textarea的overflow:visible的问题!
根据msdn的手册说明:
visible Default. Content is not clipped and scroll bars are not added.

但是css标准上说:
visible. The content flows out of the box.
详见:
http://www.quirksmode.org/css/overflow.html


我倒觉得IE修改的overflow:visible蛮好的,很多网站都用到overflow:visible这个属性,为的就是textarea变得跟里面的文字区域一遍大。Firefox按照标准设计想达到这个功能可难了~


http://www.howtocreate.co.uk/wrongWithIE/?chapter=overflow%3Avisible%3B

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-09-17
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-05-11
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
相关资源
相似解决方案