Sat, 2008-08-30 00:16
Hi
I have a small prob with my nav which looks untidy and makes some links unreachable on the page. When using IE when continuously rolling over the using the 3rd tier of the nav you will see that the hover lags behind as shown in image:
The home page here:
http://www.be-graphics.com/sites/karitane
Because its an IE problem im assuming im missing something in the hover.htc or the parts of the CSS i.e.
body { font-size: 100%; /* enable IE to resize em fonts */ } #menu ul li { float: left; /* cure IE5.x "whitespace in lists" problem */ width: 100%; } #menu ul ul li { float: left; /* cure IE5.x "whitespace in lists" problem */ width: 100%; } #menu ul ul ul li { float: left; /* cure IE5.x "whitespace in lists" problem */ width: 100%; } #menu ul ul ul ul li { float: left; /* cure IE5.x "whitespace in lists" problem */ width: 100%; } #menu ul li a, /* make links honour display: block; properly */ #menu ul ul li a, /* make links honour display: block; properly */ #menu ul ul ul li a /* make links honour display: block; properly */ {display: block;}
Any help will be greatly appreciated, as the last forum I posted on coulnt figure this one out
thx
Eddie