From: Scott Haneda <[EMAIL PROTECTED]>

>    €     Line: 5
>
>Unknown pseudo-element or pseudo-class image
>
>a:image { border-bottom: 0; }
>
>There is my line 5, I remove it and I validate, I don't get it, whats wrong
>with that?

Could it be that you really want

a img {border-bottom: 0;}

instead of what you have?

pseudo-classes include :link, :visited, :hover, :active, and :focus (among a 
few others not used much to my knowledge), and pseudo-elements include :before, 
:after, :first-child, :first-line, and :first-letter, but neither property set 
includes :image.

hth,

holly





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to