Click to See Complete Forum and Search --> : css shadows on tables, divs, etc.


NoAssmblyReqdGA
01-24-2007, 04:08 PM
Greetings All,

My question is how do I get shadows on the edges of my tables, divs, etc. like I see on many sites? For example, http://www.gatech.edu. What's the "standard" way to go about this?

Thanks in advance!
:confused:

slaughters
01-24-2007, 04:30 PM
Most people do what that site did. Just use drop shadow images created in a paint program or the background image of a DIV tag. (they made a semi transparent gif so it would blend better with the patterned background image used in the body)

There are some techniques that use a more CSS type of approach, but they are also semi labor intensive and not guaranteed to work in all browsers:
http://alistapart.com/articles/cssdropshadows and http://alistapart.com/articles/onionskin/ come to mind