Previous Message
Next Message

RE: [css-d] Text-decoration in :after content

Sent by Moira Burke on 30 September 2002 00:12


>Is there some way to select all links EXCEPT linked images?
 > Try something like this:
 > a.imgonly {...styles to prevent decoration/borders here...}

 >a !img { /* stuff */ }
 >isn't valid CSS, so it shouldn't have done 
 >anything.  How did it work, and in which browser?

You know, I just tried the !img on a whim, and it worked in IE5.5,
Netscape 6 and 7 (all Win).  The styles were applied to all of my linked
text but left the linked images untouched.  But since it's not valid, I
don't plan to use it.  Thanks for the a.imgonly idea.

Moira
Previous Message
Next Message

Message thread:

Possibly related: