View Single Post
  #3 (permalink)  
Old Sep 6th, 2006, 10:39
belledumonde belledumonde is offline
Junior Member
Join Date: Jun 2006
Location: Philippines
Age: 20
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Re: apply a style to ALL links EXCEPT...

thanks ryan! i found a solution by inserting the class "image" into the close links of lightbox through the lightbox.js and assigned this style to that class:

Code: Select all
a.image:active {
  position: static;
  right: 0;
  left: 0;
}

Reply With Quote