The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom HTML Markup Class For usergroup
I tried to create a new class for usergroup html markup, everything seems to work except hovering effects. Any ideas?
This is what i added to CSS sheet: .vip { color:green; font-weight:bold; font-family: Arial; font-size: 120%; text-decoration: underline; } .vip a:hover, .vip a:active, .vip_ahover { color: black; text-decoration: underline; } This is what I added to the vip usergroup for HTML markup: <span class="vip"> </span> |
#2
|
|||
|
|||
Try ".vip a" for the first selector. I'm not sure if .vip a:active is a valid selector, try removing it and seeing if it works.
|
#3
|
|||
|
|||
HTML Code:
.vip a, .vip a.hover, .vip a.link, .vip a.visited { color: black; text-decoration: underline; } |
#4
|
|||
|
|||
MoT3rror: I'm pretty sure is a colon (:) for pseudo selectors. Your ones are select links with certain classes.
I.e. <span class="vip"><a class="link">...</a></span>. |
#5
|
|||
|
|||
Maybe thats why the code on my new template wasn't always working.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|