Back to main page

Box Shadows

CSS3 box shadows are only supported in Firefox 3.5+ and Safari (tested in 3.2), but they degrade gracefully. They are implemented differently in the two browsers: Firefox is much more powerful.

Drop Shadow
Outset
Inset

Test for shadow painting order

This div has to have position:relative to be painted above the shadow.
Inset (with multiple shadows in Firefox 3.5+)
This div is painted last.