Css remove existing attribute value
I am having a webpage with css for tag. Style is also written for A:Hover for tag. But i want to remove it for a particular tag alone. Can i set a property in CSS to have no change in value.
Lets us hope like this
A:hover {
font-family:no-change;
}
Or is there any particular way to avoid using the A:tag for that particular tag alone?
I am having a webpage with css for tag. Style is also written for A:Hover for tag. But i want to remove it for a particular tag alone. Can i set a property in CSS to have no change in value.
Lets us hope like this
A:hover {
font-family:no-change;
}
Or is there any particular way to avoid using the A:tag for that particular tag alone?
No comments:
Post a Comment