Page 1 of 1

HTML ?

Posted: 2003-02-05 04:27pm
by haas mark
Okay, I know how to do drop-down/pull-down boxes/menus in HTML, but I want to know how to make the separate options into links. Anyone know how?

Posted: 2003-02-05 04:35pm
by Crayz9000
Just put <a> tags around the <input> tag.

EDIT: Oh, wait. You mean a navigation list? I've got a script for that somewhere...

Posted: 2003-02-05 06:15pm
by StimNeuro
Are you referring to a menu where you just click and it takes you there, instead of selecting it and pressing a 'Go' button?

Posted: 2003-02-05 06:19pm
by haas mark
StimNeuro wrote:Are you referring to a menu where you just click and it takes you there, instead of selecting it and pressing a 'Go' button?
Yes.. the latter would be more complicated, and I don't know how to do tha, either.

Posted: 2003-02-05 06:24pm
by StimNeuro
Ok. For the first menu(select a menu item and it automaticaly takes you there) you can go here:http://javascript.internet.com/navigati ... matic.html. For the second one(select a menu item and click go) you can go to this page: http://javascript.internet.com/navigation/menu.html. As you can probably tell, both of these came from javascript.internet.com. Both that site and htmlgoodies.com are good sites to visit.

Posted: 2003-02-05 06:25pm
by haas mark
egh... javascript... but thanks anyways! :)

Posted: 2003-02-05 06:29pm
by StimNeuro
heh, sorry :)

Posted: 2003-02-05 06:35pm
by haas mark
StimNeuro wrote:heh, sorry :)
It's all good.. I have a book on JavaScript, but haven't been able to leaf through it yet. :P

Posted: 2003-02-05 06:48pm
by kojikun
HTMLGoodies.com

Posted: 2003-02-05 11:12pm
by Crayz9000
Yeah, the problem is that JavaScript is the only way to do such a menu. Well, you can use a Java applet or Flash, but that's not an HTML menu...