PDA

View Full Version : Opening visitor e-mail editor directly from Dropdown?


saltydog
Feb-18-2008, 03:22 PM
Is this possible? After I finally mastered my dropdown navbar, I'd like to do the following:

Under my navbar button "About", I'd like to have a dropdown menu with "Bio" and "Contact Me". When clicking on "Contact Me", ideally the visitor's e-mail client will open up automatically without linking to any part of my site. Before I start messing with my HTML again, I thought I'd ask here first. Is it enough to just put the <a href="mailto:..."</a> in there?

Thanks,
Jana

Allen
Feb-18-2008, 03:29 PM
Is this possible? After I finally mastered my dropdown navbar, I'd like to do the following:

Under my navbar button "About", I'd like to have a dropdown menu with "Bio" and "Contact Me". When clicking on "Contact Me", ideally the visitor's e-mail client will open up automatically without linking to any part of my site. Before I start messing with my HTML again, I thought I'd ask here first. Is it enough to just put the <a href="mailto:..."</a> in there?

Thanks,
Jana
This is all you need.

<li><a href="mailto:me@domain.com">email me</a></li>

saltydog
Feb-18-2008, 04:27 PM
Thanks again, Allan!

You aren't incidentally related to Speedy Gonzales with those lightning-fast answers :wink?

Greetings,
Jana

Allen
Feb-18-2008, 04:28 PM
Thanks again, Allan!

You aren't incidentally related to Speedy Gonzales with those lightning-fast answers :wink?

Greetings,
Jana
No. but I've been called half-fast before.:D

saltydog
Feb-18-2008, 05:02 PM
No. but I've been called half-fast before.:D
:D (took me a second ;).