Ryan,
> I'm redeveloping a web site and I think it should work in most browsers
> pretty well since I don't think I'm doing anything extreme but some
browsers
> render the CSS horribly.
On my mac with OS10.1.5 your sie was perfect in Mozilla 1.4 and Opera
6.02. IE 5.2.3 only had 2 problems.
1) The footer appeared behind the right column. Removing postion:
relative; from "body" put it where it belonged without screwing anything
up in my other two browsers.
2) "Links" did not fill down to the footer. To fix this without hacks
add a div id="left" enclosing links and contact.
#left {
background: #006633;
height : 100%;
}
Add height : 100%; to #body (for IE)
Add height : 100%; to #body (for IE)
Add height : 100%; to #links (for Mozilla)
Add background : white; to #content (for Opera)
vertical-align : baseline; in #content wasn't doing anything! I just
reread the definition
( <http://www.meyerweb.com/eric/css/references/css2ref.html> 10.8) and
it didn't help, but there are some illustrations out there that are
illuminating.
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/