- Nov 28, 1999
- 1,448
- 0
- 76
I am using CSS to make a small image appear at the end of anchor links on my site. It is working fine in IE, but when the link becomes a two line link, the image gets messed up in IE (works fine in FF). Here is a sample link:
Website
I'm referencing the motivational posters link mid-way down the page (there is a red box over the link that should be at the end of the line). If you look at it in Firefox it works fine. Here is the code that's being used:
.promoLinkHolder a:link, .promoLinkHolder a:active, .promoLinkHolder a:visited, .promoLinkHolder a:hover{
background:url(/images/en_US/global/globalgraphics/promolinkholderarrow_bg.gif) no-repeat right 2px;
padding-right:15px;
color:#000;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
}
Any suggestions?
Website
I'm referencing the motivational posters link mid-way down the page (there is a red box over the link that should be at the end of the line). If you look at it in Firefox it works fine. Here is the code that's being used:
.promoLinkHolder a:link, .promoLinkHolder a:active, .promoLinkHolder a:visited, .promoLinkHolder a:hover{
background:url(/images/en_US/global/globalgraphics/promolinkholderarrow_bg.gif) no-repeat right 2px;
padding-right:15px;
color:#000;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:Helvetica, Arial, sans-serif;
}
Any suggestions?
