Log in

View Full Version : Drop-Down Box Navigation



Free
01-08-2006, 06:28 PM
Anyone know how to make drop down boxes into navigation?

I.E. A drop down box with the options Homepage, Jobs, and Contact Us in how would i make each one a link when clicked?

Thanks :}

Luckyrare
01-08-2006, 06:43 PM
Well

Dynamicdrive.com OR you can cheat even more by using fireworks

Free
01-08-2006, 06:45 PM
Prefferably a HTML code? I just want like the drop down form thing made into a navigation thing.

ClubTime
01-08-2006, 07:24 PM
Use the search to search the forums i helped someone with this not long ago.

EDIT: http://dynamicdrive.com/dynamicindex1/switchmenu.htm

Chris.

Free
01-08-2006, 07:26 PM
Argh not a switch menu! A drop down box! Like you get in forms!

Recursion
01-08-2006, 07:46 PM
make the drop down box and where it is like Home or something like that put link tags inside the option Tags ???

That was random but it might work. Also try putting the link tags outside the option tags ???

Free
01-08-2006, 07:49 PM
I tried that Numark didnt work :{

Robbie..
01-08-2006, 07:55 PM
http://www.thesitewizard.com/wizards/navigationmenu.shtml

Free
01-08-2006, 07:56 PM
Robbie, sort of but without a go button, just on click i need it to go there.

Mentor
01-08-2006, 08:32 PM
you mean just standard dropdown menu nav with js?



<select
onmouseup= "location.href = this.options[this.selectedIndex].value;">
<option value="http://site.com">Site</option>
<option value="http://thybag.co.uk">Thybag</option>
</select>


That should work, although its off the top of my head code that i aint checked so no garentees

Free
01-08-2006, 08:38 PM
Thanks entor! ;-D

Want to hide these adverts? Register an account for free!