The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
CSS Selectors & links...
I want to change the link color on a webpage but only for links in the CSS selector .tcat
I've tried several variations, but this is the closest I think I've gotten: Code:
a.tcat:link {text-decoration: underline; color:white;} a.tcat:visited {text-decoration: underline; color:white;} a.tcat:active {text-decoration: underline; color:white;} a.tcat:hover {text-decoration: underline; color: red;} --------------- Added [DATE]1229398714[/DATE] at [TIME]1229398714[/TIME] --------------- From what I'm reading, I have to manually add a new class to each link anchor tag that I want to change the link color for??? Can't I just use the class inside the table tag that surrounds these links somehow? I'm positive I did it before. It's driving me nuts. :/ --------------- Added [DATE]1229399627[/DATE] at [TIME]1229399627[/TIME] --------------- Ha! Got it! I knew I had done it before. Here's the code for anyone who's interested. Code:
.tcat a:link {text-decoration: underline; color:white;} .tcat a:visited {text-decoration: underline; color:white;} .tcat a:active {text-decoration: underline; color:white;} .tcat a:hover {text-decoration: underline; color: red;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|