文章分类 -  IE

摘要:问题浏览器DEMO解决方法Hacking Rules:property:all-ie\9; property:gte-ie8\0;*property:lte-ie7; +property:ie7; _property:ie6;1input[button | submit] 不能用 margin:0 auto; 居中IE8bug|fixed为input添加width2body{overflow:hidden;}没有去掉滚动条IE6/7bug|fixed设置html{overflow:hidden;}3hasLayout的标签拥有高度IE6/7bug|fixed*height:0;_overflo 阅读全文
posted @ 2010-12-11 14:27 洛东少 阅读(113) 评论(0) 推荐(0)
摘要:在上一篇文章《关于空白叠加》中我们提到IE的hasLayout,当时没有详细的给出解释,现在转一篇详解,希望能帮上大家,同时,我也留给自己看看呗。注:hasLayout已经被IE8淘汰拥有layout概述Internet Explorer 中有很多奇怪的渲染问题可以通过赋予其”layout”得到解决。John Gallant 和 Holly Bergevin 把这些问题归类... 阅读全文
posted @ 2010-05-21 10:41 洛东少 阅读(112) 评论(0) 推荐(0)