摘要:
IE BUG相关文章集合——前端观察 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
摘要:
采用以下方法可以在IE6上实现无抖动悬浮效果。<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content=" 阅读全文
摘要:
css代码:.div-dialog-mask{ background: #000000; opacity: 0.7;/*非IE滤镜*/ filter:alpha(opacity=70);/*IE滤镜*/ z-index:1987; position: fixed; /*虽然IE6不支持fixed,这里依然可以兼容ie6*/ left: 0px; top: 0px; width: 100... 阅读全文