Little Help Please
Hi i am trying to make a drop down menu and i want to customize it by not having a select button, meaning as soon as the user clicks on part of the menu it goes straight to that part of the site ( there is no select button )
Can anyone help??
Regards
Hi i am trying to make a drop down menu and i want to customize it by not having a select button, meaning as soon as the user clicks on part of the menu it goes straight to that part of the site ( there is no select button )
<@:<form name=".">
<select style="font-size:12px;color:#FF9933;font-family:verdana;background-color:#ffffff;font-weight:bold;" name="menu">
<option value="http://www.directphotographers.co.uk/bath">Bath</option>
<option value="http://www.directphotographers.co.uk/birmingham">Birmingham</option>
<option value="http://www.directphotographers.co.uk/bradford">Bradford</option>
<option value="http://www.directphotographers.co.uk/bristol">Bristol</option>
</select>
<input style="font-size:15px;color:#FF9933;font-family:Arial Hebrew;background-color:#ffffff;" type="button" onClick="location=document...menu.options[document...menu.selectedIndex].value;" value=".Find Your Photographer.">
</form>>
Can anyone help??
Regards






