Club3G
01-16-2006, 01:18 AM
I've got a small mod that does rollovers using a simple TD mouseover/mouseout call. It works great:
On forumhome (http://www.sevenstring.org/forum/index.php)
And on forumdisplay (http://www.sevenstring.org/forum/forumdisplay.php?f=7)
However if I go to forumdisplay under a category, the mouseout command is ignored:
Behold black backgrounds once you mouseout (http://www.sevenstring.org/forum/forumdisplay.php?f=4).
The code is identical from what I can tell - it's the same snippet that works on the forum thread list:
<td class="alt1Active" colspan="2" align="left" id="f7" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1active';">
The CSS is loading as well:
.forumrollover
{
background: #444444;
color: #CCCCCC;
font: verdana;
}
What's the difference between forumdisplay in category view as opposed to forum view? I'm not seeing what's making the mouseout call not work, since it's the same template doing pretty much the same thing.
Any insight would really be appreciated.
Just want to add that it's not the ID tag throwing it off.
* Club3G scratches his head
On forumhome (http://www.sevenstring.org/forum/index.php)
And on forumdisplay (http://www.sevenstring.org/forum/forumdisplay.php?f=7)
However if I go to forumdisplay under a category, the mouseout command is ignored:
Behold black backgrounds once you mouseout (http://www.sevenstring.org/forum/forumdisplay.php?f=4).
The code is identical from what I can tell - it's the same snippet that works on the forum thread list:
<td class="alt1Active" colspan="2" align="left" id="f7" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1active';">
The CSS is loading as well:
.forumrollover
{
background: #444444;
color: #CCCCCC;
font: verdana;
}
What's the difference between forumdisplay in category view as opposed to forum view? I'm not seeing what's making the mouseout call not work, since it's the same template doing pretty much the same thing.
Any insight would really be appreciated.
Just want to add that it's not the ID tag throwing it off.
* Club3G scratches his head