Over ride page properties? -
08-26-2008
, 06:44 AM
Silly question i'm sure but how do I over ride a the page properties for a link.
My page properties says on mouseover..make the link text blue. I dont want
this to happen on my footer links...so how would I do this?
The CSS style i'm using for my footer links is:
.footerGrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
I want to over ride the page properties and keep it exactly the same on
hover...
Is it something like..
.footerGrey : Hover
.footerGrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
??? |