yafuut
08-09-2004, 05:21 AM
Im trying to put a drop down menu in my guild, but it isnt working. Ive tried the codes that Lissa has, but they just arent working. I think its becuase its all in CSS which i am not good at at all. if anyone knows the code for a HTML drop down menu or can help me figure out how to use the CSS one id really appreciate it. Thanks!!
stargrl329
08-09-2004, 05:56 AM
The dropdown on Lissa's site is in HTML. Could you provide a link to your page or show the code you're using?
yafuut
08-09-2004, 06:47 AM
I thought it said it was in CSS...
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.
Anyway, I tried using all of the tags:
<form name="gotolocation1" method="POST" ACTION=URI>
<select name="orangejuicemenu I ALSO TRIED LEAVING IT AS lissamenu1">
<option value="http://home.neopets.com/templates/homepage.phtml?pet_name=Shyneo00">Guild webpage</option>
<option value="http://www.neopets.com/browseshop.phtml?owner=cutie777711">Donation shop</option>
<option value="http://home.neopets.com/templates/homepage.phtml?pet_name=Lenzo2003">Avatar help</option>
</select>
<input type="button" onClick="location =
document.gotolocation1.lissamenu1.options
[document.gotolocation1.lissamenu1.selectedIndex].value;"
value="Go">
</form>
AND
<form ACTION=URI>
<select name=lissamenu3
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)">
<option value="0"> Choose One</option>
<option value="0"></option>
<option value="http://home.neopets.com/templates/homepage.phtml?pet_name=Shyneo00"> Guild website</option>
<option value="http://www.neopets.com/browseshop.phtml?owner=cutie777711"> Donation shop</option>
<option value="http://home.neopets.com/templates/homepage.phtml?pet_name=Lenzo2003"> Avatar help</option>
</select>
</form>
Can anybody help me? Thanks alot!
westernrider
08-09-2004, 02:40 PM
you can not put drop down menus in guilds any more I do not think. Because whenever people try to use them they do not work.