Strategy for Fixing Layout Bugs in IE6?

前端 未结 12 1824
别跟我提以往
别跟我提以往 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 08:56

    how do you define layout bug? the most frustrating layout implementation (i don't know if this should be defined as bug) in IE is we need to always specify style="display:inline" in the HTML

    tag so that a blank line won't appear to disturb the form layout.

提交回复
热议问题