eSpace

RSS feed
The RSS feed for eSpace blog.
آخر تحديث: منذ 12 دقيقة 30 ثانية

How to Avoid the IE Box Model bug

منذ 15 ساعة 38 دقيقة

One of the common bugs of IE is the box model bug which affects the box model of any HTML block-level element when the page is in quirks mode. In brief, IE includes the padding when calculating the width of the block. Personally, I found this very logical and I don't like to consider it a bug, but since it violates the W3C standards, it is a bug.

One simple approach to avoid this bug is to avoid specifying both width and padding or border for an element. How?

Syndicate

RSS feed