Strategy for Fixing Layout Bugs in IE6?

前端 未结 12 1770
别跟我提以往
别跟我提以往 2021-01-05 08:02

Generally, what\'s the best way to tackle a layout bug in IE6? What are the most common bugs or problems that one should look for when trying to figure out why your page sud

12条回答
  •  难免孤独
    2021-01-05 09:00

    A common problem is padding not getting added to the width of a block element. So for layout div's, avoid using padding and instead use elements within them to define the padding.

提交回复
热议问题