Rob D'Amico wrote:
Quote:
For http://www.transtexas.org
I set up a style sheet for links ... the styles for link and visited show
up, but not the rollover hover. |
The order of the pseudo-classes is _very_ important, use this:
a:link
a:visited
a:hover
a:active
5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus
http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes
Quote:
Additionally, my custom style for site copy isn't displaying either, it
should be verdana, etc., and is showing up Times New Roman. |
Looks correct here.
Micha