Thread
:
apply a style to ALL links EXCEPT...
View Single Post
#
2
(
permalink
)
Sep 5th, 2006, 18:14
Ryan Fait
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.
Ryan Fait
View Public Profile
Visit Ryan Fait's homepage!
Find all posts by Ryan Fait