The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
how can I get rid of the underline if you dont hover it??? like on www.hololith.com s project GFX somthin can you tell me how?
|
|
#2
|
||||
|
||||
|
it's in the CSS codeing in the header include. Don't like CSS but that is how.
|
|
#3
|
||||
|
||||
|
no it isnt or not all of it are because I already tryied there before I posted this
|
|
#4
|
|||
|
|||
|
i thought it was CSS a well
i've seen it done before and it was by using CSS regards...g-force2k2 |
|
#5
|
||||
|
||||
|
In between the < style> tags in your headinclude template, add this after a } tag:
Code:
A:link, A:visited, A:active {
COLOR: #000000;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #ffffff;
TEXT-DECORATION: underline;
}
|
|
#6
|
||||
|
||||
|
thanks much I will try that and get back to you.
|
|
#7
|
||||
|
||||
|
thanks much again it worked like a charm I guess my knowledge wasnt that great
well thanks again
|
|
#8
|
||||
|
||||
|
You're welcome.
Glad to be of some help.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|