BUG FIX - AUGUST 5TH, 2004
mod attatchment updated!
Gah, me and my lame configuring for public releases...
Alright, in the replacement variable you added, replace the modification code
Code:
<!-- Dropdown menu in navbar by defi -->
<form name="defisdropdownmenu">
<select style="font-size:9px;color:#000000;font-family:verdana, arial, helvetica;background-color:#ffffff;font-weight:bold;" name="menu" onChange="location=document.Subnavdefihackthing.menu.options[document.defisdropdownmenu.menu.selectedIndex].value;">
replace with
Code:
<!-- Dropdown menu in navbar by defi -->
<form name="defisdropdownmenu">
<select style="font-size:9px;color:#000000;font-family:verdana, arial, helvetica;background-color:#ffffff;font-weight:bold;" name="menu" onChange="location=document.defisdropdownmenu.menu.options[document.defisdropdownmenu.menu.selectedIndex].value;">