摘要: img中的width属性在ie10以下,会被其他的css样式覆盖掉。img{width:auto\9;} ie 6 7 8 9 10 会设置这个标签的 宽度为 auto,覆盖掉自己写的属性 阅读全文
posted @ 2014-12-05 15:44 ^cherish~ 阅读(683) 评论(0) 推荐(0) 编辑
摘要: CSS里width: auto\9是什么意思?_这是专门针对ie的hack写法“\9″在IE6/IE7/IE8/IE9/IE10下生效“\0”在IE8/IE9/IE10下生效“\9\0”在IE9/IE10下生效 阅读全文
posted @ 2014-12-05 14:59 ^cherish~ 阅读(158) 评论(0) 推荐(0) 编辑