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:
PHP Code:
<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:
PHP 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!!!