摘要:
1. ie6/7下ul高度变高 li 加vertical-align:bottom;2.ie6不支持min-height a:height:auto !important; height:100px ; min-height:100px; b:min-height:100px; _height:100px;3.ie6双倍边距 浮动元素设置margin-left 或 margin-right 后在ie6下为设置是2倍, a.增加display:inline;属性 b.浮动元素本身就用内敛元素(如 span、a、em)4.行内元素换行引起的空白(所有浏览器都有这个问题) a.不换行,影... 阅读全文