I was looking at this site on how to clear floats and also to prevent
IE/Mac from expanding widthless floats to full width:

http://www.positioniseverything.net/easyclearing.html
http://www.fu2k.org/alex/css/cssjunk/FloatInlineBlock.html

I was able to incorporate those techniques into styling a list. Though
it seemed that "{display: inline-table;}" piece of CSS solved the
expanded widthless float issue.

If I styled a list using type selectors, the list was rendered fine in
these browsers (IE Win 6, Firefox 1.4, IE Mac 5.2, NS Win 6.2)

http://mustang.activematter.com/AM/ul_macie.html

BUT if i tried to styling a list using a parent class, the widthless
floats in the list expanded to full width on IE/Mac (It looked fine on
the Windows side):

http://mustang.activematter.com/AM/class_macie.html

Does IE Mac have a specificity problem? Or am I not calling the
"inline" style correctly? That's the style that solves the IE Mac
issue with expanding floats.

Thanks,
-Enayet
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to