The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Forum Home on mouseover bg change
Hi,
I would like to add a mouseover effect that changes the background of the forum table cell. The problem is that in vb4 the forums aren't located withing a table, but use lists instead if I understand correctly. This is the code I would like to add: Adding this to additional.css? HTML Code:
td.off { background: #CCCCCC; } td.on { background: #999999; } HTML Code:
class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" Any pointers would be much appreciated |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|