หากคุณใช้ IE โอกาสที่เบราว์เซอร์จะเปลี่ยนกลับไปเป็นค่าเริ่มต้นของเบราว์เซอร์สำหรับองค์ประกอบบางอย่างเช่นตาราง คุณสามารถตอบโต้ได้ด้วย CSS ต่อไปนี้:
html, body, form, fieldset, table, tr, td, img {
margin: 0;
padding: 0;
font: 100%/150% calibri,helvetica,sans-serif;
}
input, button, select, textarea, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
/* rest of your styles; like: */
body {
font-size: 0.875em;
}
แก้ไข: คุณอาจต้องการอ่านเกี่ยวกับการรีเซ็ต CSS ดูกระทู้แบบนี้