It's just an unordered list...
- Code: Select all
<div id="topmenu">
<ul>
<li class="current" id="home"><a href="#">Home</a></li>
<li id="portfolio"><a href="#">Portfolio</a></li>
<li id="services"><a href="#">Services</a></li>
<li id="about"><a href="#">About</a></li>
<li id="contact"><a href="#">Contact</a></li>
<li class="background"><div class="left"> </div></li>
</ul>
</div>
I'll try and get some screenshots...
It's about 13px higher in IE, if i lower it then it's too low in firefox.. i've tried to add extra padding in both the parent and the child anchors.... but to no avae... so i'm stumped...