View Single Post
  #2 (permalink)  
Old Sep 5th, 2006, 18:14
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: apply a style to ALL links EXCEPT...

Code: Select all
a:active img, .image {
    right: 0;
    bottom: 0;
}
This should do the trick. I'm not sure how IE will handle "a:active img" though, but it's correct code.
Reply With Quote