Quote Originally Posted by Phantom View Post
Hello, After looking at your source the reason your drop down menu is not working is when you added the google analytics to your website and did a error in the javascript tags.

Code: 
<script type="text/javascript">
<!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
//-->

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-10143129-1";
urchinTracker();
} catch(err) {}</script>


</script>
This is located at the bottom of your footer, change the following code to this:

Code: 
<script type="text/javascript">
<!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
//-->
</script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
try {
_uacct = "UA-10143129-1";
urchinTracker();
} catch(err) {}</script>
This should fix your issue.

Regards, Dominic
Your a lifesaver.

Thanks man!
H0VA Reviewed by H0VA on . Drop down menu's not working http://warezkingdom.org/ login test password test1 http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/08/39.jpg Drop down menu's arent working..=/ Notifications, fonts, etc. Anyone know what could be causing this? Rating: 5