On Apr 5, 2007, at 7:54 AM, Bruno Fassino wrote: > I had some (now old) horizontal list tests not using inline > elements but > floats, exactly to overcome the problems that you are seeing now in IE > 5.01/Win (missing borders), and maybe other problems in IE5/Mac. > Some have > extra hacks to simulate a min-width. > > I have now slightly revised them [1], have a look if you like. I'm > sure you > will find they are broken in some conditions :-)) > > Bruno > > [1] http://brunildo.org/test/NavBar8.php
You could of course minimise on hacking and use display:inline-block for everybody. Then use display:-moz-inline-box for Gecko <=1.8 (up to Firefox 2.0 - Gecko1.9alpha, FX 3.0alpha support inline-block pretty well) if needed (more often than not, I don't really need it). IE 5.0 may need a little kick in the pants. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
