Quote:
Originally Posted by RYoBiOS
Is it possible even in thread pages?
|
Quote:
Originally Posted by Club3G
Yeah, just make the same changes to I believe, threadbit.
Done my way (see a few posts up) with a CSS variable for the rollover:
Replace:
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
With:
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';">
|
Thank you very much, Life Wire. I installed your nice hack and it works
Attn To 'Club3G'
You know what? It works. But there seems a slight problem...
Problem When I'm in my threads I can't click to view what's inside the threads. That means I can see the MouseOver effect. And when I click within the MouseOver area I get an invalid link of my threads. Do you know what's wrong ?
Here's mine...
PHP Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:pointer;"onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';"onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';">
Anyways thank you for your time and your help

! -Mike