|
It looks like I had that ("vertical-align:center") added to the first drop down arrow img tag. Removing that ("vertical-align:center") didn't address the issue. I'm not sure where you are seeing the "vertical-align:center" for the nav text as I've done a search and had only the 1 result pointing to the "img" tag.
I'm curious as to why the text jumps to the top on IE6 when adding he image tag inside of the <a></a> tags.
My css that I think is tied to this is:
#header ul li a {
display: block;
background: url(/images/nav_bg.gif) 0 0 repeat-x;
padding: 0 14px;
font: bold 11px/27px Arial, Helvetica, sans-serif;
color: #344A04;
background-color: inherit;
text-decoration: none;
}
Any other tips on resolving this issue would be appreciated.
Thanks,
John
|