What Does 'zoom' do in CSS?

前端 未结 7 1099
孤独总比滥情好
孤独总比滥情好 2020-11-29 00:09

I found that some jQuery Plugin, in their css rule uses \'zoom\' descriptor, I even Look into w3c website and found that it is used to magnify but how can I actually impleme

7条回答
  •  执笔经年
    2020-11-29 00:49

    Surprised that nobody mentioned that zoom: 1; is useful for IE6-7, to solve most IE-only bugs by triggering hasLayout.

提交回复
热议问题