IE8中Shadow的css代码 [英] css code for Shadow in IE8

查看:82
本文介绍了IE8中Shadow的css代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因为下面的css代码,光标移动到IE8的文本框之外



-ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength = 4,方向= 135,颜色='#000000');







请帮帮我为所有浏览器显示阴影和圆角(IE 8,Chrome,Firefox,safari)。

解决方案

 <   pre  >  <   asp:ModalPopupExtender     DropShadow   =  true    BackgroundCssClass   =  modalBackground < span class =code-at致敬>   ...   



.modalBackground {

background-color:Gray;

filter :alpha(不透明度 = 40);

opacity:0.4;

}

< / pre >


because of the below css code, cursor moves outside of the textbox for IE8

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";



Please help me to show shadow and rounded corners for Table for All browsers (IE 8,Chrome,Firefox,safari).

解决方案

<pre><asp:ModalPopupExtender DropShadow="true" BackgroundCssClass="modalBackground" ...



.modalBackground {

  background-color:Gray;

  filter:alpha(opacity=40);

  opacity:0.4;

}

</pre>


这篇关于IE8中Shadow的css代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆