mikehahn Posted August 11, 2004 Share Posted August 11, 2004 Are there any tutorials which explain how to make a good looking login form like cPanel's. I did some searching on login form design, but did not come up with anything useful yet. I would really appreciate it if anyone could share some knowledge on this matter. tia, Mike Quote Link to comment Share on other sites More sharing options...
morpheus.100 Posted August 11, 2004 Share Posted August 11, 2004 The form is created by applying .css styles to the form elements. For a textinput like theirs apply a border colors like the grey I used below:- .textinput{ border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } Further to this you can also define heights, widths,background-color and background-image to form elements. Search for css tutorials. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.