Skip to content Skip to sidebar Skip to footer

Dropbox Login Popup Method In Jquery?

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? dropbox website Can someone give me po

Solution 1:

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 :hover to :active

Post a Comment for "Dropbox Login Popup Method In Jquery?"