Originally posted by NormanRouxel
View Post
I changed the following in the Lightbox.css
Code:
#prevLink { left: 0; float: left;} #nextLink { right: 0; float: right;} #prevLink:hover, #prevLink:visited:hover { background: url(li_prevlabel.gif) left 15% no-repeat; } #nextLink:hover, #nextLink:visited:hover { background: url(li_nextlabel.gif) right 15% no-repeat; }
Code:
#prevLink { left: 0; float: left;background: url(li_prevlabel.gif) left 5% no-repeat;} #nextLink { right: 0; float: right;background: url(li_nextlabel.gif) right 5% no-repeat;} #prevLink:hover, #prevLink:visited:hover { background: url(li_prevlabel.gif) left 5% no-repeat; } #nextLink:hover, #nextLink:visited:hover { background: url(li_nextlabel.gif) right 5% no-repeat; }
Comment