Here is the tutorial to how to make your own twitter like login form, search box, top panel by using jquery and css.
Just two lines of code with Jquery toggle() function
$(“#signin-link”).click(function() {
$(“#signin-dropdown”).toggle();
});
And I have used CSS3 to style the login form that looks exactly like twitter login form.
Please don’t forget to share and subscribe to latest updates of the blog. Also any comments and feedback are all welcome!
Thanks!
Nice! I was just about to create my own solution for this, but decided to give google a try to see if I could save myself some time. I’ll I have to do is modify the .click to .hover and maybe add some easing.
Thanks man!
🙂 looks very nice.. your blog really amazing..
Great design.
The css code in this is compressed together and it freezes my text editor when i open it. Do you mind sending me the code. Uncompressed so i can have a look at it?
thanks
Hi Kevin! Thanks for your comment..
here is the uncompressed version of the css code – http://w3lessons.info/demo/twitter-like-login-form/unminify-style.txt
let me know is this ok for u?