The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link Hover Color
Just wondering what the tag code is for making one link a diffrent hover and underline color from the rest of the site. <a href="site.com" class=hover"#ffffff" class="underline">Link here</a>
How off am i? lol |
#2
|
||||
|
||||
If you have a class defined for it, that ios when you would use the class tag. Since you seem to want to do it inline, try using style instead of class.
|
#3
|
|||
|
|||
i'll give it a shot really fast, i now know how to set the CSS but it dont seemed to be working, i'll try really quick to see if it works, if not i'll post what i added
|
#4
|
|||
|
|||
okay the style="hover" didnt work. (didnt think it would anyways)
so heres what i did... In "headinclude" i Put this Code:
.new { COLOR: red; } .new A:hover { COLOR: white; } <a class="new" href="site.com">Privacy Statement </a> Didnt work, what am i doing wrong? |
#5
|
||||
|
||||
Study the rest of the headinclude template to see how it works, thats what I usually do.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|