2012-12-10 65 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; 
}