PDA

Click to See Complete Forum and Search --> : css


r0ach
Jun 25th, 2000, 07:13 PM
Ooooh, now i need help.

I've got a include file that's got some default styles:


<STYLE type="text/css">
A {text-decoration: none;}
A:LINK {color: gold}
A:HOVER {color: lightblue;
font-weight: bolder}
A:VISITED {color: gold}
A:ACTIVE {color: white}
</STYLE>

now, i want to change that, but i don't want the links in the include file to change too.

I want 2 different styles on one sheet. Is it possible to do that?