0
我正在面對一個顯示彈出窗口的問題。除了Internet Explorer之外,Popup完全適用於所有瀏覽器。彈出窗口在Internet Explorer中透明。我不知道爲什麼?這是我的CSS:彈出窗口在Internet Explorer中顯示爲透明
.new_popup{
position: fixed;
left: 149.5px;
top: 146px;
z-index: 100;
width: 496px;
display: none;
background:none;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter:alpha(opacity=100);
}
任何人都可以幫助我嗎? 感謝 小吃
你使用哪種版本的IE? – sinsedrix 2012-02-09 12:03:21
你期待什麼而不是透明度? – 2012-02-09 12:04:34