Greetings!
Hmmm.... line-height should work fine in IE... the html for that menu looks dodgy.
<a href="http://72.52.247.122
<img src="group_files/nav_top_d
<a href="http://72.52.247.122
<img src="group_files/nav_top_d
<a href="http://72.52.247.122
For testing can you do the following:
remove <br clear="left"> that is incorrect html... all inline css should be in a style="". You dont need that br anyway
remove the divider <img>'s just to see if it is them causing the problem... it could be the align="top"
---------
the bottom border on the image problem:
you currently have this line
.noborder a {
border-bottom:0px;
}
which is incorrect... the class noborder is on the <a>... it is not a parent of the <a>... but it would still not be enough...
to remove the bottom border on the image you need to have this line:
#topheader_homelinks a.noborder:hover {
border:none
}
Let me know where this gets you
Regards
Steggs
Main Topics
Browse All Topics





by: scrathcyboyPosted on 2008-09-24 at 19:25:02ID: 22565851
These links are in the top LEFT, not right? They render identically for me in IE6 as they do in Mozilla and FF2 -- the only difference is the dashed underline on the home icon in IE6. Since it is an image not text link, you should assign it a different class than the other two called -- #topheader_homelinks