Never mind fixed, i just added a padding to the right.
Css now looks like:
- Code: Select all
a:link, a:visited, a:active {
color: #ffffff;
text-decoration: none;
background-image:url(Images/s_arrow.png);
background-position:right;
background-repeat:no-repeat;
padding-right:13px;
}