<body onload="MM_preloadImages('http://tutorials.elusionerie.com/wp-content/themes/Galaxy/switch2.png');new Accordian('basic-accordian',5,'header_highlight');">

Search the site

Subscribe

Subscribe to the blog!!!

Get updates on all the happenings @ this place. If you want to see something on here, please feel free to suggest anything!

Browse...

iiNet SUED for allowing illegal file sharing!?!?! Its the end of the internet as we know it... 8 hrs ago

Posts Tagged ‘menu’

Dropdown Menus

Tuesday, July 29th, 2008

Dropdown menus are incredibly versatile - they can be made into menus, parts of a form, polls, etc. ;D

For a simple dropdown menu, the html is:

<form name="links">
<select name="menu1">
<option value="0">Links</option>
<option value="0"></option>
<option value="http://elusionerie.com">Elusionerie</option>
<option value="http://tutorials.elusionerie.com">Epichronicity</option>
<option value="http://ephereal.com">Portfolio</option>
</select>
<input type="button" onClick="location=document.links.menu1.options[document.links.menu1.selectedIndex].value;" value="GO">
</form>…
Switch Themes;
Home | About | Contact | Links | elusionerie.com
© elusionerie.com 2008.
Layout adapted from the Foliage layout @ 5ThirtyOne. | Top
Epichronicity is proudly powered by WordPress
Entries (RSS) and Comments (RSS).