How to detect CSS3 resize events

前端 未结 6 1276
庸人自扰
庸人自扰 2020-12-01 15:42

The CSS3 resize property can be assigned to arbitrary elements. I\'m looking for a way to detect such a resize on, say, divs (I don\'t mind it only working in Firefox at the

6条回答
  •  渐次进展
    2020-12-01 16:20

    According to this site it only works in internet explorer 9.

    Try this fiddle: http://jsfiddle.net/maniator/3Zva3/

提交回复
热议问题