我總是使用這一個:
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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
我不明白你的問題。你使用重置CSS嗎?這個CSS是否爲所有元素設置了「margin:0」和「padding:0」(我想,是的)?如果是這樣,你爲什麼問你是否需要重新做? –
對不起,沒有清楚的...我沒有使用任何CSS重置代碼,我想我可以設置風格時,風格的元素。所以問題是:我是否需要設置maring:0以使元素在每個現代瀏覽器中兼容(id沒有IE 8,所以我無法測試)。 – user1087110
這樣做所需的時間並不值得。 – thirtydot