I know it’s probably jQuery, I just can’t figure out how to do it. How do you get the login inputs to appear like that when you select login?
Can someone give me possibly some demo code that they have describing the process? All i can think of is setting a div hidden and than showing it, am I wrong?
you are right. And this is basically the only thing that happens.
I would do it on hover not on click. Its just a wasted click…
and in this case you don’t need any jQuery to do this.
Just hide the loginform and show it on hover.
Here is a demo:
http://jsfiddle.net/sXmAe/
if you really want it to happen on click, change all
:hoverto:active