PDA

View Full Version : Onmouseover problem...


Virtex-II
07-03-2007, 04:45 PM
Hi guys!!!

I was trying to modify my navbar template in order to get a mouseover effects over columns. It seems to work fine with all the columns except those who have a code like this one:

<td id="usercptools" class="vbmenu_control" onmouseover="this.style.backgroundImage='url(images/gradients/gradient_1.gif)'" onmouseout="this.style.backgroundImage='url(images/gradients/gradient_2.gif)'"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>It seems that this part of the code:

<script type="text/javascript"> vbmenu_register("usercptools"); </script> prevents the onmouseover effect. Can someone please help to find a solution to integrate that effect with the vbulletin code?

Best Regards!!! :p

Virtex-II
07-05-2007, 07:58 PM
Anyone, please!!! :o