2009年1月20日
摘要: 'filter' is not a known css property name. Same for opacity. Solutions: Could you try this ? .modalBackground { background-color:Gray; -ms-filter: alpha(opacity=70); -ms-opacity:0.7; } ... 阅读全文
posted @ 2009-01-20 12:26 Simon Han 阅读(663) 评论(0) 推荐(0)