You can spice up a login form with images inside the input fields. Include icons inside the login form and show what is supposed to be inside the fields.
Styling Form Elements CSS / Forms
How to style form elements in the way that you want them. Adding classes to each input field gives your contact form a new look with CSS.
Spice up Your Input Boxes CSS / Forms
Customize your input boxes by adding a simple bit of style code to your input box tag. Change its boarder look, weight and colour. A nice change to the standard look.
Customizing input boxes CSS / Forms
This tutorial will show how to change the color of an input box or textarea when they are active. This is very simple and is done using CSS.
Style a login form CSS / Forms
The look is so important for a form. Unfortunately almost all forms look so boring and standard. Luckily it is pretty easy to style a login form with css.
CSS Tableless Form CSS / Forms
Knowing CSS, you are able to create a form without using tables. A form that does not use tables for its layout is much more lightweight and easily.
Change the color of an active input box CSS / Forms
This tutoril will show how to change the color of an input box or textarea when they are active. This is very simple and is done using CSS.
Improved CSS Hover Images CSS / Colors and Effects
You see a lot of hover effects on web nowadays. When you hover your mouse cursor over a link it usually changes to something else - It doesn't matter if the link is an image or just text, there's usually some sort of hover effect in place. If it's a graphical link the hover effect is usually another image displaying the hover effect. This image is often preloaded on page load so that the user sees the effect right away, but there's also another way to do it. How about using just one image and changing its state/position it with CSS?
CSS Background Examples CSS / Background
The CSS background properties allow you to control the background color of an element, set an image as the background, repeat a background image vertically or horizontally, and position an image on a page.
How To Style Heading Tags CSS / Positioning and Styling
Now when it comes to heading tags CSS is very important. They can be styled in many ways using a number of methods:
Complete image to visitor with hidden text - Image Replacement Technique. One Background image as whole background with normal XHTML text - as on this site. Repeated background with XHTML text on it - Good to reduce bandwidth. Background and text all in css by use of colours and border.
Guide to Backgrounds CSS / Background
As the so called "presentation attributes" for the body element have been deprecated, some of you may be wondering how to add a background image to your XHTML document. The answer is to use CSS. The benefit of using CSS is that you can do a lot more with your background image. This tutorial will show you how.