[thelist] Number 2 and a site check?

Daniel Fascia danfascia at totalise.co.uk
Wed Jun 19 09:15:00 CDT 2002


>A.nav {
>color : #000000;
>font-weight : normal;
>font-size : 70%;
>background-color : #cccccc;
>}
>
>A.nav:active {
>color : #000000;
>font-weight : normal;
>font-size : 70%;
>background-color : #cccccc;

OKay, think Ive spotted it! You are using % based sizes so the first one is for <A> tags
and specifies to make it 70% of normal size... thats fine!

BUT, in the next one, :active etc are subclasses of .A so you get both font-size commands
rendering... the resultint size is 70% of 70% if u get what I mean... and therefore very small.

think thats right

Dan






More information about the thelist mailing list