Re: [PHP] firefox only problem

2006-12-06 Thread Youri LACAN-BARTLEY
Hi Ross, you might want to look at the way you define your CSS ids #side, #main, #holder, {height: 1400px;} should probably be #side, #main, #holder {height: 1400px;} Now that's just a question of removing that extra trailing comma. You might also want to look into the way Firefox handles the

Re: [PHP] firefox only problem

2006-12-05 Thread Jochem Maas
Ross wrote: > This is the head of my doc. It is supposed to change the page height based > on the selection from the menu. It works in IE and validates ok but it is no > go in firefox. Any ideas?? try a CSS list ; google for CSS-Discuss (Eric Meyers list) > You can see it in action here... >