Re: [css-d] one line will not validate

2005-06-03 Thread Scott Haneda
> Could it be that you really want > > a img {border-bottom: 0;} Ok ok ok I get it! :-) Thanks! A simple oversight a.image was what I wanted. -- - Scott HanedaTel: 415.898.2602

Re: [css-d] one line will not validate

2005-06-03 Thread jérôme coupé
Hello there, That selector is not valid If you want to target images inside links, use a img {border-bottom:0;} instead Here is a good tutorial 'bout them selectors Cheers, Jérôme Coupé International Polar Foundation Multimedia & Communication -- Pho

Re: [css-d] one line will not validate

2005-06-03 Thread Philippe Wittenbergh
On 3 Jun 2005, at 4:23 pm, Scott Haneda wrote: 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? There is no such thing as a pseudo-class or pseudo-element :image. Maybe you me

Re: [css-d] one line will not validate

2005-06-03 Thread Prabhath Sirisena
> a:image { border-bottom: 0; } Perhaps you want to have a.image ? Prabhath http://nidahas.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Su

Re: [css-d] one line will not validate

2005-06-03 Thread David Dorward
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > Unknown pseudo-element or pseudo-class image It doesn't recognise :image You probably intended to make that a class, which needs a "." not a ":". -- David Dorward

Re: [css-d] one line will not validate

2005-06-03 Thread Holly Bergevin
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;} inste

Re: [css-d] one line will not validate

2005-06-03 Thread Paul Novitski
At 12:23 AM 6/3/2005, 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? Scott, To my knowledge, :image is not a pseudo-element. See the W3C

Re: [css-d] one line will not validate

2005-06-03 Thread Matthias Kestenholz
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 pro

Re: [css-d] one line will not validate

2005-06-03 Thread Rimantas Liubertas
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> wrote: > 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, what do you mean by a:image? There is no such pseudo-class (like :hover, :link, :focus,:visited,:active; see [1]) or

Re: [css-d] one line will not validate

2005-06-03 Thread Jan Brasna
a:image { border-bottom: 0; } Are you sure with the ':'? Shouldn't it be '.'? -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-

Re: [css-d] one line will not validate

2005-06-03 Thread matt andrews
On 6/3/05, Scott Haneda <[EMAIL PROTECTED]> 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? well, like the validator says, there is no pseud

[css-d] one line will not validate

2005-06-03 Thread Scott Haneda
€ 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? -- - Scott HanedaTel: 4