The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Why isn't the CSS for links working?
Here is my code:
Code:
.vbmenu_navcontrol { background: #990000 url(http://www.automotive-technicians.com/forums/images/atfMenuBGMain.png) repeat; font-color: #FFFFFF; font-weight: bold; font-size: 11px; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; padding: 3px 6px 3px 6px; white-space: nowrap; a:link {color: #FFFFFF; text-decoration: none;} a:visited {color: #FFFFFF; text-decoration: none;} a:hover {color: #FFFFFF; text-decoration: underline;} } |
#2
|
|||
|
|||
because "a:link" etc. are selectors, not a properies...
You need to set it up as HTML Code:
.vbmenu_navcontrol {background: #990000 url(http://www.automotive-technicians.com/forums/images/atfMenuBGMain.png) repeat; font-color: #FFFFFF; font-weight: bold; font-size: 11px; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; padding: 3px 6px 3px 6px; white-space: nowrap;} .vbmenu_navcontrol a {color: #FFFFFF; text-decoration: none;} .vbmenu_navcontrol a:hover {text-decoration: underline;} |
#3
|
|||
|
|||
Thank you, that worked.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|