On Jan 2, 2011, at 10:16 PM, Lisa Frost wrote: > I want to add a 'shadow' to my 'container box' that is keeping my website > centered. > > I can find plenty of tutorials on the net for adding a drop shadow to images > using css but they also use an image. > > Can a shadow be added to a div purely using css and no images? > > Anyone got a good tutorial you can point me too?
CSS3 box-shadow http://www.w3.org/TR/css3-background/#the-box-shadow (not supported by IE 8 and older) Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
