dvduval
24-02-2002, 12:11/12:11PM
I am having a little trouble with CSS.
I am attaching a style sheet that contains:
a:link {color: #FFFFFF; text-decoration:
none; ; font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold; cursor: hand}
a:visited {color:#FFFFFF; text-decoration: none}
a:active {color:violet; text-decoration: none}
a:hover {color:red; background: #CCCCCC}
But later down on the page I don't want this style sheet to mess with my links. I'm sure there is a simple solution, but I'm still learning and haven't found it yet.
I am attaching a style sheet that contains:
a:link {color: #FFFFFF; text-decoration:
none; ; font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold; cursor: hand}
a:visited {color:#FFFFFF; text-decoration: none}
a:active {color:violet; text-decoration: none}
a:hover {color:red; background: #CCCCCC}
But later down on the page I don't want this style sheet to mess with my links. I'm sure there is a simple solution, but I'm still learning and haven't found it yet.