styleBunny
Technical User
Hi people,
I have this site
when viewed in ie6 or ff1, the menu on the top RHS, has a small gap between the top image and the ul tag (the ul tag holds the menu list items), here is the code
the css file is here
the styles for the menu are at the bottom of the file.
I have seem similar problems before, but have never been too bothered by it, now its really bugging me!
any suggestions would be grand.
Paul.
I have this site
when viewed in ie6 or ff1, the menu on the top RHS, has a small gap between the top image and the ul tag (the ul tag holds the menu list items), here is the code
Code:
<div id="head">
<div id="navlist">
<img src="images/common/rl_menuBG01.gif" />
<ul>
<li id="uberlink"><a href="about.php">About Us</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
<img src="images/common/rl_menuBG02.gif" />
</div>
</div>
the css file is here
the styles for the menu are at the bottom of the file.
I have seem similar problems before, but have never been too bothered by it, now its really bugging me!
any suggestions would be grand.
Paul.