This script / CSS works in IE6, Moz, etc but not with IE7... I've gone over the code and can't see what the issue is... Any help would be appreciated: http://www.seedirtrun.com/
| SitePoint Sponsor |


This script / CSS works in IE6, Moz, etc but not with IE7... I've gone over the code and can't see what the issue is... Any help would be appreciated: http://www.seedirtrun.com/
Get to know the man behind the screen



Try
#nav ul li a {min-height:1%;}
or
#nav a {min-height:1%;}
to set hasLayout where necessary
Doesn't work in Opera either - which means dimes to dollars Safari is out too.


HI,
To fix ie7 do as Dan already said and add thisd:
Code:#navcontainer ul li,#navcontainer ul li a{ min-height:1%; }
Tio fix opera remove this:
Code:#nav li { /* display: inline;*/ padding: 0; margin: 0; }
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge
Bookmarks