- From: (unknown charset) John A. Lewis <lewi0371@mrs.umn.edu>
- Date: Tue, 30 Jan 2001 17:35:32 -0600
- To: (unknown charset) <www-style@w3.org>
: 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