jaklitsch maya wrote:
> http://www.necwa.org/new_site/index.html
> The problem is that the bottom of the page will not display correctly
> in FF. I do not know how to correct this.
Firefox does what you've told it: limits the height of footer to 250px.
Only IE6 doesn't respect declared dimensions.
One solution is to change that 'height' into a min-height, and add a
'height-hack' for IE6.
#footer {
min-height:250px;
}
* #footer {
height:250px;
}
This of course only if you need _any_ height there, but *never* serve a
fixed 'height' to a standard-compliant browser, unless you really mean it.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/