(unknown charset) Re: Help with a.links

: I think the better solution is to put a DIV around the side navigation
bar
: and make its class "sideNav". Then your stylesheet could say:
:
: DIV.sideNav A.link {color:blue}
:
: That saves a lot of typing in the actual <A> tags, and you can also
style
: the navbar as a whole.

I think you meant to type:

DIV.sideNav A:link {color:blue}

John

Received on Tuesday, 30 January 2001 18:34:48 UTC