Ross Hulford 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?? You can see it in action
> here...
> 
> http://suruchitoo.com/menu.php

Firefox isn't the only browser that ignores the page height.

Correct...
#side, #main, #holder, {height:  1400px;}
...to...
#side, #main, #holder {height:  1400px;}
...and they will all understand it.

Apart from that; a fixed height generally doesn't work too well if
font-resizing is applied.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to