Hello Philippe, Thanks for replying. I tried what you suggested (you can see it online) but it doesn't correct the problem. Maybe I am doing something wrong ? Here is the code I used.
/*The following is read by IE5 MAC only http://www.stopdesign.com/log/2004/07/06/filtering-css.html*/ /*\*//*/ div#mainnav a { white-space:nowrap; width:1px; } /**/ Could you please have another look ? Thanks for your help. Cheers, J�r�me On 31 May 2005, at 12:39 am, j�r�me coup� wrote: > The problems are the following: > * Under IE MAC 5.0 the navbar displays all funny (big gaps between > items) > > The HTML > <http://www.polarfoundation.org> > The CSS > <http://www.polarfoundation.org/css/main.css> > See ###main navigation### For (older) IE mac, adding this: div#mainnav a {white-space:nowrap; width:1px;} ought to fix that. Note that I have better results by setting the li to {display:inline-block} Hide both from other browsers. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com/> -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 267.2.0 - Release Date: 27/05/2005 ______________________________________________________________________ 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/
