View Single Post
  #2 (permalink)  
Old May 31st, 2007, 18:17
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: Problem with image positioning

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;
 
}
Reply With Quote