How to fix Absolute Positioning In IE8?

后端 未结 6 1550
野性不改
野性不改 2020-12-24 14:16

In every browser I\'ve used, except ie8, an absolutely positioned element can be positioned according to the closest parent with relative positioning.

The below code

6条回答
  •  甜味超标
    2020-12-24 14:44

    That's becuase you're not using the document type. And IE working in the "quircks" mode.

    Try this doctype:

    
    

提交回复
热议问题