In-line CSS IE hack

后端 未结 7 1452
栀梦
栀梦 2020-12-30 13:33

Is it possible to create, for instance, a box model hack while using in-line CSS?

For example:

7条回答
  •  鱼传尺愫
    2020-12-30 13:59

    Without arguing for or against CSS hacks, personally if I needed to do something like that, I would prefer to use a conditional comment:

    
    

提交回复
热议问题