If it helps, QueenBee, here are my templates. I took out the cursor change.
This is in my threadbit template to make the thread view rollover, as seen here:
http://www.sevenstring.org/forum/forumdisplay.php?f=23
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1';">
For the forumhome rollovers, as seen here:
http://www.sevenstring.org/forum/index.php
Edit the forumhome_forumbit_level1_post template:
Code:
<!-- Rollover Mod -->
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1active';">
<!-- /Rollover -->
And the forumhome_forumbit_level2_post template.
Code:
<!-- Rollover Mod -->
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" onmouseover="this.className='forumrollover';" onmouseout="this.className='alt1Active';">
<!-- /Rollover -->