Default styles for CSS
Coding CSS can quickly run into difficulties with different browsers interpreting code in different ways. Designs will never look the same in every browser but you can help yourself by using a default style set when you start coding.
How to stay A-Float in CSS
The secret to good CSS layouts rests with the Float attribute. Using float instead of relative or absolute positioning makes complex layouts easy.
the easiest image hover effect, using css
There are many ways to accomplish an image hover, this just seems to be the easiest way to do it! Although it does have it's limitations, and the image being used has to be a relatively simple one.