View Full Version : Drop Down Scroll Bars HELP!


anna_banana
07-22-2003, 04:48 PM
Okay, I'm using Geocities, and I've used this code before and it's worked fine, but when I put the HTML code box in, and put the code in, and preview the page, the drop down box won't show up! And I'm using the right code from the website!

<form>
<select name=lissamenu3 size="1"
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)"
style="font-family: verdana"
style="color: #FFFF00"
style="border: outset"
style="font-size: 12"
style="background: #CC99FF">
<option value="0">Choose One</option>
<option value="0"></option>
<option value="http://www.lissaexplains.com">Home</option>
<option value="http://www.lissaexplains.com/basics.shtml">Basics</option>
<option value="http://www.lissaexplains.com/links.shtml">Links</option>
</select>
</form>


Why won't it show up?

vimota
07-22-2003, 05:44 PM
Try saving it and checking it on the real site not preview because sometimes the preview is wrong!

anna_banana
07-22-2003, 05:54 PM
Don't worry, I finally figured it out...for some reason the code box needed to be sent back behind the layout. Weird,....but it's working now. Thanks anyways! ^_^ *Anna*