Hi Joanne,
This is the code you need to create a drop-down menu. The only things you need to change are the areas that are capitalized. If you want more options, just add another <option value> beneath the third one. I hope this helps.
<form><select name=select size="1" onchange="location.href=
(form.select.options[form.select.selectedIndex].value)">
<option value="URL">LINK</option>
<option value="URL">LINK</option>
<option value="URL">LINK</option>
</select></form>
If you also want to change the style (i.e. change the background color of the menu, change the font size, etc.), just let me know. I can help you with that too.
I took this code off of www.funky-chickens.com. They're a great resource for HTML and JavaScripts. Just make sure you turn on a pop-up killer before you enter...they have A LOT of pop-ups. 
__________________
Please login or register to view this content. Registration is FREE - Affordable feature-packed remotely hosted message boards!
|