PDA

View Full Version : onMouseOver help please!


dannykilla
06-03-2008, 08:42 AM
I got this working on the forum home by editing the forumhome_forumbit_level2_post with replacing this



<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">


with this



<td class="alt1" align="$stylevar[left]" id="td_title_$thread[realthreadid]" title="$thread[preview]" onMouseOver="this.style.backgroundColor='#E5EAF0';" onMouseOut="this.style.backgroundColor='#F4F6F8';">


But I am not sure how to get this to work on threads and sub forums?
By sub forums I mean when you click on a parent forum's link and you get a list of sub forums and then the parent forums threads underneath them.

anyone help please?

thanks
Danny

Lynne
06-03-2008, 02:18 PM
If you are on a page you want to change and you wonder what template is being used, go to vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

I think the thread one would be threadbits. But, turn on the Template Name in the source code and you will find out yourself.