I want to know that is 'PIE.htc' file work on wamp.Actually i have used the PIE.htc file for box shadow and when i run page from localhost then shadow does not show.But when i run that page without localhost i.e. just right click and then view in browser then box-shadow appear.
Can anyone give me the solution for this problem.The code which i have written is below:
.pic_section ul li
{
box-shadow:0px 0px 3px #d5d2d3;
-moz-box-shadow:0px 0px 3px #d5d2d3;
-webkit-box-shadow:0px 0px 3px #d5d2d3;
-o-box-shadow:0px 0px 3px #d5d2d3;
behavior:url(PIE.htc);
}
