Announcement

Collapse
No announcement yet.

Site Review: RSPB Optics

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by NormanRouxel View Post
    Tim,

    How did you do that? That would be useful. I could make it an option in Actinic.

    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; }
    to
    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; }
    I also change the position of the buttons so they were a bit higher and out of the main image area by changing the % value (was 15%, I change to 5%)

    Comment


      #17
      Originally posted by NormanRouxel View Post
      AHAH! Found it. I'll post it on my support forum.
      Boooo!! that was my moment of glory and you beat me to it

      Comment

      Working...
      X