Basic CSS Box Shadow
There is a cool css effect known as the box-shadow and it is cool!
This is the basic one:
div#content{
-moz-box-shadow: 2px 2px 2px #333;
-webkit-box-shadow: 2px 2px 2px #333;
box-shadow: 2px 2px 2px #333;
}
The first value is the x-axis, the second is the y-axis and the third is the spread. Then you just set the colour.


Enjoy your blog )
http://eeypwyat.com my blog