The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Interesting question/problem with FORUMHOME template.
I've got a small mod that does rollovers using a simple TD mouseover/mouseout call. It works great:
On forumhome And on forumdisplay However if I go to forumdisplay under a category, the mouseout command is ignored: Behold black backgrounds once you mouseout. The code is identical from what I can tell - it's the same snippet that works on the forum thread list: Code:
<td class="alt1Active" colspan="2" align="left" id="f7" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1active';"> Code:
.forumrollover { background: #444444; color: #CCCCCC; font: verdana; } Any insight would really be appreciated. Just want to add that it's not the ID tag throwing it off. [high]* Club3G scratches his head[/high] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|