I would like to add a subtle shadow to make my table raised.
Just using CSS, how do I do this?
table { box-shadow: 1px 1px 1px #999; }
The following are examples with short shadow expressions: http://www.css3.info/preview/box-shadow/
CSS3 has a box-shadow declaration. To learn more, see this article .
maybe this: http://webdesign.about.com/od/csstutorials/a/aa102306.htm