View Full Version : Pull down Menus>>>


bubsbud
03-21-2003, 06:14 PM
I want to use pull down menus as navigation for a webite I'm building, and I was wondering is it possible to add a "email me" link in a pull down menu and have a email thing? just wondering...

bubsbud

MaGiCSuN
03-21-2003, 06:52 PM
I believe i did this in one of my old versions from my site, but since i don't have those codings anymore i can't check. But try this:

<option value="http://www.lissaexplains.com">Home</option>


this is an option for a link, then change it to this:

<option value="mailto:emailhere@blah.com">Email</option>

and add your own email to it where i typed "emailhere@blah.com". Hope it works.

Love,
Mirna

bubsbud
03-21-2003, 07:25 PM
Thanks a lot, that worked! :D

bubsbud