On Fri, 2005-06-03 at 00:23 -0700, Scott Haneda wrote:
>     �     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?

Hi,

there is no :image pseudoclass. You probably want something along the
lines of:

a img { border-bottom: 0; }

or 

a img { text-decoration: none; } ( do not show line if image is part of
a link )


-- 
Matthias Kestenholz <[EMAIL PROTECTED]>

______________________________________________________________________
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