I’m trying to generate the same functionality that http://www.inkling.com has when you click on the “Sign Up or Log In” link and then the “question mark” (which is for resetting your password)…I think they implemented theirs with a dialog box whose content can change based on the user’s selection.
Any help with be appreciated!
Taiwo
Just have two divs both hidden. When you click on the link show one, if you then click on the question mark, hide that one, then show the other…
Here’s a fiddle to illustrate – http://jsfiddle.net/Dj8xG/
jquery