EaGz
09-16-2004, 12:02 AM
Hey peeps at LEF. I read;
How do I add a drop-down menu on my page? Adding a drop-down menu is pretty simple. You just add the following code, but add your own links. Use CSS (input, text area) to change the font and color properties.
<form name="gotolocation1" method="POST" ACTION=URI>
<select name="lissamenu1">
<option value="http://www.lissaexplains.com">Lissa Explains it All</option>
<option value="http://www.lissaexplains.com/cursor.shtml">Lissa's Cursors</option>
<option value="http://www.lissaexplains.com/home">Lissa's Page</option>
</select>
<input type="button" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>
this part of this website, but I'm still a little lost on how you compibe the two. Any help would be appreciated :)
How do I add a drop-down menu on my page? Adding a drop-down menu is pretty simple. You just add the following code, but add your own links. Use CSS (input, text area) to change the font and color properties.
<form name="gotolocation1" method="POST" ACTION=URI>
<select name="lissamenu1">
<option value="http://www.lissaexplains.com">Lissa Explains it All</option>
<option value="http://www.lissaexplains.com/cursor.shtml">Lissa's Cursors</option>
<option value="http://www.lissaexplains.com/home">Lissa's Page</option>
</select>
<input type="button" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>
this part of this website, but I'm still a little lost on how you compibe the two. Any help would be appreciated :)