/ Published in: CSS
Use as follow :
.example{
.insetShadow(0, 1px, 5px, rgba(0,0,0, .5));
}
.example{
.insetShadow(0, 1px, 5px, rgba(0,0,0, .5));
}
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.insetShadow(@x:0, @y:0, @blur:0, @color:#444){ box-shadow: inset @x @y @blur @color; -o-box-shadow: inset @x @y @blur @color; -webkit-box-shadow: inset @x @y @blur @color; -moz-box-shadow: inset @x @y @blur @color; behavior: url(css/PIE.htc); }
URL: http://lostwebdesigns.com