jQuery Login Form with Sliding effects Style
Simple login form with jQuery sliding effects for any web page. Just put it to your header file. Instead of using any login page use this jQuery form to get attractive look.
Check demo and see full detail to get the code.
Jquery code to execute action:
$(document).ready(function(){ $("#LoginButton").click(function(){ if ($("#formContainer").is(":hidden")){ $("#formContainer").slideDown("fast"); } else{ $("#formContainer").slideUp("fast"); } }); });
CSS
.mainDiv { margin: 0px auto; width:960px; background-color:#ffffff; text-align:left; } body{ margin: 0px; text-align:center; font-family:Arial, Sans-Serif; font-size:0.75em; } .menu { height:30px; border-top:solid 1px #dccfbb; border-bottom:solid 1px #dccfbb; background-color:#4d3a24; } .menu div { padding:10px 30px; } .content { padding:10px 30px; } #formContainer { height:200px; width:351px; FirefoxChromeSafariInternet ExplorerOpera -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background-color:#dccfbb; display:none; } #formContainer fieldset { padding:30px; border:none; } #formContainer label { display:block; color:#000; } #formContainer input[type=text] { display:block; border:solid 1px #4d3a24; width:100%; margin-bottom:10px; height:24px; } #formContainer input[type=submit] { border:solid 1px #23150c; color:#000; background-color:#fff; padding:5px; } #LoginButton { height:30px; width:150px; FirefoxChromeSafariInternet ExplorerOpera -webkit-border-radius: 30px; padding:10px; text-align:center; display:block; -moz-border-radius: 30px; border-radius: 30px; background-color:#000; color:#fff; font-size:20px; cursor:pointer; }
HTML
<div align="center"> <div id="formContainer" align="left"> <fieldset> <label>User Name *</label> <input id="name" type="text" /> <label>Password *</label> <input id="Email" type="text" /> <input type="submit" name="submit" value="Check Login" /> <span id="messageErr">Login failed !</span> </fieldset> </div> <div id="LoginButton">Login</div> </div>
Who I Am

Zeeshan Rasool
Software Engineer - PHP
Lahore - Pakistan
zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85
Categories
- AJAX (37)
- Codeigniter (16)
- CSS (16)
- Facebook (11)
- Joomla (1)
- JQuery (53)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (15)
- Twitter (2)
- Web Design (23)
- Web Development (57)
- WordPress (2)
Tags
99points
adobe
AJAX
ajax pagination
ajax rating
ajax tutorial
ajax voting system
captcha
Codeigniter
codeigniter 2.0
codeigniter recaptcha
CSS
css tutorials
dreamweaver cs5
Facebook
facebox
farmville
ffmpeg
flv
google api
hacking
Joomla
JQuery
JQuery Gallery
JQuery menus
Jquery tutorial
mafia war
Mootools
MySQL
pagination
Payment
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Facebook Wall Script Clone with JQuery and PHP: Personal Project BETA Version 2.0
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on JQuery Based Flipped Image Gallery with Bounce Effects
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on Fresh JQuery Image Gallery with Captions and Auto Play/Pause Rotation
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on jQuery Tutorial: Create jQuery and CSS based Awesome navigation.
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
ZeeShaN







Hi.
it looks really nice.
I am very new to php so i need your help.
1. I want to put button on the footer area so the form will pull up instead of pull down.
2. I want to make it as a conact form, so if someone fills up the details it gets mailed to me.
Thanks a ton in advance.
good good and easy tutorial, thank you 99points
pretty simple and easy, i have also very good jquery experience with lot of work
hi,
its nice and simple. thank you