
it's possible the inset value in box-shadow
I try box-shadow inset in input element but don't work in ie. It's posible to do?
Code:
input{
-webkit-box-shadow: inset 0px 1px 2px #000;
-moz-box-shadow:inset 0px 1px 2px #000;
box-shadow:inset 0px 1px 2px #000 ;
behavior: url(../js/PIE.htc);
}