From: "Magenta Placenta" <[EMAIL PROTECTED]>
>http://www.matthickerson.com/
>http://www.matthickerson.com/stylesheet.css
>
>Explorer: appears fine
>I believe this to be a clearing problem, but I'm not really understanding
>WHAT and WHERE the clearing needs to be to make the page appear like
>Explorer.
Add a clearing element between the end of the footer and the end of the
id="content_PADDINGhome" div, as below.
<!--END FOOTER-->
<div style="clear: both;"><!-- --></div>
</div>
<!--END WHITE PADDING-->
You could create a clearing class in your style sheet and apply that to
elements that you use for clearing instead of using inline styles or attributes
(clear="all", for example).
.clear {
height: 0;
font-size: 1px;
line-height: 0;
margin: 0;
padding: 0;
}
There are other ways to clear floats. See the list wiki referenced at the
bottom of this email.
~holly
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/