sa_designer webforumsuser wrote:
Quote:
Ok I've created a style sheet called "bluelink" this works fine and
the choosen txt changes colour. My problem is when the link is
unactive it have no style sheet so therefore it is brillant blue and
underlined. How do I controll this style? |
Have a look at the CSS specs:
5.11.2 The link pseudo-classes: :link and :visited
http://www.w3.org/TR/REC-CSS2/selector.html#link-pseudo-classes
5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus
http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes
Micha