Here is the simple tutorial About Twitter Like Login Box Show and Hide effect with JQuery, You can achieve this with less lines of code Using JQuery Events, and require some css to give styles. Html Code : <div id="singin"><a href="#">signin</a></div> <div id="signin_menu" style="display:none"> <form action="" id="signin" method="post"> <p class="textbox"> <label for="username">Username or email</label> <input [...]
