i've been looking for this as well, i found this that does it for sticky threads...but i don't know how to change it to all threads...
https://vborg.vbsupport.ru/showthrea...hread+rollover
couldn't this just be modified a bit?
ok...for the above post i just made...i figured out how to change it to work for all stickies and reagular threads
the part where you have to edit the template...just replace the code in the mod with this
Code:
<!-- Rollover Color -->
<if condition="$thread['sticky'] == 0 or 1">
<td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='stickyover';" onmouseout="this.className='stickybg';">
<else />
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
</if>
<!-- /Rollover Color -->