View Full Version : Can I set different standards for different links?
rharris07
12-07-2006, 03:49 PM
I am using CSS to add color changes and also an underline when hovering over links - but it is also applying this to graphical links too - how do I block the graphical links from using the same CSS commands?
Thanks for any help!
Ryan
mwinter
12-09-2006, 11:41 PM
I am using CSS to add color changes and also an underline when hovering over links - but it is also applying this to graphical links too - how do I block the graphical links from using the same
That depends. If the two types are in different parts of the document, you may be able to limit the scope of the rule by changing the selector. If not, then you'll have to take another approach.
There was a thread entitled "overriding css values" last month that may be on the same lines as this one. If not, you'll need to post more information - perhaps a link to the document.
CSS commands?
CSS doesn't have commands. It has declarations: property/value pairs. :)
Mike
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.