css3 blur模糊是css3的新特性,但是不兼容ie6-ie9,以下代码可以解决此问题:
filter: progid:DXImageTransform.Microsoft.Blur(Pixel Radius=5,MakeShadow=false);
上面的5是指模糊像素。