The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
getting the forumbit to hover
Hi, I'm having a bit of trouble with my forumhome_forumbit_level2_post template.
Basically, I'm trying to make the forumbit change background on hovering (on it). I've partially done it, but I can't get the second bit to hover I'm using: Code:
.forumrow div:hover { background: {vb:stylevar highlight_background}; } http://www.hostcule.com/forumsvb4/forum.php |
#2
|
|||
|
|||
anyone?
|
#3
|
||||
|
||||
HTML Code:
div.forumrow:hover { background: {vb:stylevar highlight_background}; } |
#4
|
|||
|
|||
Nope, it not longer hilights on hover
|
#5
|
||||
|
||||
Ah, I see, you need to also do it for the first-child (it works on all but the first one and you only have one on your forum, so...)
HTML Code:
div .forumrow:hover, .forumhead + .childforum .L2:first-child .forumrow:hover { background: {vb:stylevar highlight_background}; } |
#6
|
|||
|
|||
Thanks Lynne, it works
|
#7
|
||||
|
||||
I have got this to work on forumhome but on the threads page i am having problems
currrently trying this, maybe i am missing something: Code:
div .discussionrow:hover, .threadlisthead + .childthread .L2:first-child .discussionrow:hover { background: {vb:stylevar highlight_background}; } |
#8
|
||||
|
||||
What is it you are trying to get to highlight upon hover on the 'threads' page (and what is a "threads" page - showthread?).
|
#9
|
||||
|
||||
Sorry meant to say on this page: forums/forumdisplay.php
The showthread |
#10
|
||||
|
||||
Forumdisplay or showthread? You are confusing me here. And what do you want to highlight upon hover on that page? The posts? What part of the posts? An image just about ALWAYS helps.
You really need to be a LOT more specific here if you want help. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|