Is there a workaround/hack for this IE-only quirk?
Basically this is a rollover effect and Win/IE only has the graphic as 1px off from the top (I guess because it doesn't see the border as a pixel count.
Basically this is a rollover effect and Win/IE only has the graphic as 1px off from the top (I guess because it doesn't see the border as a pixel count.
Code:
#leftnav a {
color: #FFF;
text-decoration: none;
background: #2F7BCF;
border-top: 1px solid #FC0;
border-bottom: 1px solid #000;
line-height: 17px;
padding-left: 20px;
display: block;
}
#leftnav a:hover {
color: #003366;
background-image: url(gfx/nav-arrow.gif);
background-repeat: no-repeat;
background-position: 136px 4px;
}