
box-shadow IE9 don't works
I use shadows in the divs, but these only works with ie8/ie7, in IE9 box-shadow dissapear.
.sectionBorder_layerSmall{width:129px;border:2px solid #999;position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-box-shadow:1px 1px 5px #999;-webkit-box-shadow:1px 1px 5px #999;box-shadow:1px 1px 5px #999;background-color:#fff;color:#000;line-height:1.3;font-size:.9em;z-index:1;padding:12px 31px 12px 12px;-pie-poll:true;behavior:url(/Scripts/PIE.htc);}
This is the css code.
In all browsers works fine, except in IE9.
Thanks!