I seem to have a problem with a nother bit of java scrip I have on the forum home page and portal page.
When I roll over the forum button the other jave script drop down menu jumps about and the roll over image gives a no show ie a red x.
Here is the drop down java script I am useing.....
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<select name="Quick Links" onChange="MM_jumpMenu('parent',this,0)">
<option value="index.php?s=$session[sessionhash]">Quick Links</option>
<option value="index.php?s=$session[sessionhash]">----------------</option>
<option value="vbstats.php?s=$session[sessionhash]">Statistics</option>
<option value="memberlist.php?s=$session[sessionhash]&action=viewgallery">Gallery</option>
<option value="memberlist.php?s=$session[sessionhash]&action=avatar">Avatars</option></select></smallfont>
|