为了在两个浏览器上达到同样规模,你必须把同样的初步价值设定给所有中心要素,如重新设定。
This is how I fixed the problem:
put this at the beginning of your css file
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a
{
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-right-width-value: 0px;
border-bottom-width: 0px;
border-left-width-value: 0px;
}
现在,你不得不在你的网页上确定一些方面的变化,但在所有浏览器上,情况几乎相同。