Quote:
Originally Posted by QueenBee
no its not changing. :ermm: which code did u want?? the one from the templates or the one from the main css?
|
Aah, you're missing a bit o' code, I'm looking at your website right now.
Your source is:
Code:
<td class="alt1Active" colspan="2" align="left" id="f14" style="cursor:hand;" onmouseover="this.className='forumrollover';"onclick="window.location.href='forumdisplay.php?
You need to add this:
Code:
onmouseout="this.className='alt1Active';"
Mouseout is when your mouse isn't over it anymore.