2012-12-10 89 views

回答

2

答案很簡單!您可以通過創建僅針對IE的css來找到解決方案。所以這裏有一個有用的link。您不必擔心爲用戶添加的下載數據。目標IE的css文件只有在IE瀏覽器打開網站時纔會下載。希望我幫助!

PS:A headUp:你應該驗證你的網站在所有的IE版本(我下到IE 7)。每個版本都有它自己的錯誤和問題。

剛剛碰到這個。我所有問題的答案:'css'重置:

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
width: auto; 
height: auto; 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
background: transparent; 
}