box shadow inset in ie 7, 8 is not supporting. Is there any solution JavaScript/filter ?
not sure about inset, but http://www.useragentman.com/blog/2011/08/24/how-to-simulate-css3-box-shadow-in-ie7-8-without-javascript/ has tips on IE6-8 box shadow alternatives
CSSPIE can also be helpful, but be careful with it - you can get unexpected issues and it does impact on rendering if you use it too much.
box shadow inset in ie 7, 8 is not supporting. Is there any solution JavaScript/filter ?
not sure about inset, but http://www.useragentman.com/blog/2011/08/24/how-to-simulate-css3-box-shadow-in-ie7-8-without-javascript/ has tips on IE6-8 box shadow alternatives
CSSPIE can also be helpful, but be careful with it - you can get unexpected issues and it does impact on rendering if you use it too much.