The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
hover over forum
hi
i had seen this trick / effect before here , but i cant find the post now . do post if you know In forum home , when you take your mouse over a particular forum , it changes color . I am looking for that thanks |
#2
|
|||
|
|||
It's in the "Looking for a vBulletin" thread. Here's the forum you were asking about. http://nsgdistro.com/foro/ (I think anyway )
Just make a CSS style Code:
td.whatever:hover {color:#000000;background:#FFFFFF} |
#3
|
|||
|
|||
actually, it is "alt1Active" and "alt2Active" that you have to change the background-color from...
|
#4
|
|||
|
|||
What?? I don't think you understood their question. Those are the styles when you check a box in the inline moderation. If arindra wants to do it they can make their own class and call it whatever they want.
Real quick example I did: Style code: HTML Code:
<style type="text/css"> td.active:hover{ background-color: #333366; } </style> HTML Code:
<table> <tr> <td> Doesn't change on hover </td> <td class="active"> Changes on hover </td> </tr> </table> |
#5
|
|||
|
|||
thanks both of you for answering ,
TheMilkCarton , i will try it and update |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|