我正在環視網絡,沒有任何工作。IE6雙重填充和保證金錯誤
我有一個unorderd列表一個盒子,IE6,使填充和利潤率雙尺寸
.block {
width: 236px;
float: left;
border: 1px solid #cecece;
background: url(images/list_bg.png) repeat-y;
}
.block li {
width: 237px;
height: 74px;
background: url(images/arrow.png) no-repeat 0px 13px, url(images/bottom.png) left bottom no-repeat;
margin-left: 30px;
padding: 0px 20px;
list-style: none;
line-height: 36px;
}
如果我添加內嵌顯示它打破了,有什麼事即時通訊做錯了什麼?
我爲你感到難過。並仍在調試IE6。 – edwin 2011-05-26 13:08:38
您的代碼是否具有有效的doctype作爲第一行,例如'<!DOCTYPE html>'?如果不是這樣,那是什麼? – thirtydot 2011-05-26 13:13:20
我真的認爲答案應該是:不要使用IE6。 – Dave 2011-05-26 13:16:26