View Single Post
  #3 (permalink)  
Old Apr 23rd, 2008, 21:05
Bocaj Bocaj is online now
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 347
Thanks: 2
Thanked 20 Times in 20 Posts
Re: Positioning differs in IE

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">&nbsp;</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...
Reply With Quote