15-11-2011

CSS/(X)HTML box-shadow inset example

Here's an example of the box-shadow property using the inset directive.This will yield a drop shadow inside the element.

-moz-box-shadow:inset 0 0 10px #000000;
-webkit-box-shadow:inset 0 0 10px #000000;
box-shadow:inset 0 0 10px #000000;
 
Keywords: shadow

Comments:

Your comment:

»

 

[x]