Forum Moderators: phranque

Message Too Old, No Replies

validation

line 0 error, CSS

         

brdwlsh

9:46 pm on Mar 11, 2004 (gmt 0)

10+ Year Member



trying to get my style sheet to validate.
this is the error i get:

*Line:0
Unknown pseudo-element or pseudo-class activeb

is this beacuse i am using an external style sheet?

i can post a link to my style sheet if necessary.

thank you

encyclo

9:57 pm on Mar 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you have a class called "activeb"? If so, you may be missing the dot - it should read:

.activeb {
/* your css here */
}

brdwlsh

10:01 pm on Mar 11, 2004 (gmt 0)

10+ Year Member



aha!

thanks.

sometimes ya can't see the forest through the trees...