Use the good old clearfix hack - the problem comes in safari 2(.04) when you get multible float left element after each other then the parent element - here its the fieldset dosnt get that its a block. and get those .project-issue .node-form div.inline-options .form- item <div>'s in line
fieldset:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} fieldset {display:inline-block;} /*ie7 dosnt validate - but fixes the prob ...*/ fieldset {display:block;} /*opera & safari */ /*ie6 and no IE mac*/ /* Hides from IE-mac */ * html fieldset {height: 1%;} /* End hide from IE-mac */
/morten.dk noget med ILD
On 13/11/2007, at 15.17, Dries Buytaert wrote:
Can I cast some CSS gurus in this issue?
Thanks,
-- Dries Buytaert :: http://www.buytaert.net/
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes