On 1 Dec 2004, at 2:11 pm, Natalie Buxton wrote:
Hi Guys
Having issues with a site just launched where the menu dissapears on the Mac in IE. [...]
http://www.manufacturingbestpractice.com.au
The pertaining stylesheet is
http://www.manufacturingbestpractice.com.au/gui/html/ style_advanced_home.css
It starts with this problem: you #nav li has no width declared, but it is floated. IE Mac require the width on floats, else it expands them:
<http://www.l-c-n.com/IE5tests/float2misc/#flwidth>
You could float the <a> as well, that will possibly fix it. Not sure what will happen with your nested lists though.
As a possible alternative, take a look at this one: <http://dev.l-c-n.com/Rfloatnav/slidingdoors.php> I use display:inline-block for IE Mac, and a few other goodies.
Philippe ---/--- Philippe Wittenbergh now live : <http://emps.l-c-n.com/> code | design | web projects : <http://www.l-c-n.com/> IE5 Mac bugs and oddities : <http://www.l-c-n.com/IE5tests/>
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
