Hello people, i really need help, and since my HTML is 'limited' i decided to ask around here, anyone of you know how to make a drop down box in HTML code? Best example of what i want is here - http://s4.invisionfree.com/FIWII/index.php?showuser=9 It's in her sig, the white and pink drop down box I tried using View > Source but my computer is stupid, so ye... Thanks to anyone who helps out.
Just msg me, your on my msn. I know html pretty well. <form> <select name="type of pussy(cat)"> <option value=hairy">Hairy <option value="fluffy">Fluffy <option value="fat">Fat <option value="shaved">Shaved </select> </form>
<form> <select name="navigation" size="1" onchange="if(options[selectedIndex].value) window.location.href=(options[selectedIndex].value)"> <option value="#urlhere.html">First link</option> <option value="#urlhere.html">Second link</option> <option value="#urlhere.html">Third link</option> <option value="#urlhere.html">Fourth link</option> </select> </form> thats is a jump box set up to change the url. THere is a little javascript in it but you can also specify the JS to change certain variables, I am too lazy to go into it in depth you likely have what you need here or what was allready given. Also I am rusty w/ HTML and JS like this as I have rarely been using it lately.
Mm... i just wanted a drop down box where you can see text, you know? I cant really explain but that link i provided should work, or i think you need to be a member... hmm... Well you know when you click 'FAST REPLY' on the bottom you have a small tiny box like that? I need something like that. but only thing i need is a drop down box... meh ill take a pic soon and see what i can do