Zoe M. Gillenwater wrote: > In IE, paragraphs that follow the cleared floats seem to clear as > well, leaving large gaps. I've tried the standard IE bugs fixes > without success.
> http://www.saferoutesinfo.org/guide/float-clear.html Don't know of any real fixes, but you may get a bit closer by playing with a particular 'hasLayout' trigger. Add this to your page-styles... * html p {display: inline; zoom: 1; padding: 6px 3px;} div p {display: block; padding: 0;} ...and see if that's close enough. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
