惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
D
Docker
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
美团技术团队
博客园 - 叶小钗
I
InfoQ
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
B
Blog
Y
Y Combinator Blog
A
About on SuperTechFans
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
V
V2EX
N
Netflix TechBlog - Medium

博客园 - Boler Guo

New words 2007/10/15 New words 2007/04/01 New words 2007/03/25 微软真是霸道,IE7要来了,大家兼容我! 架设C# 开源Wiki : Perspective NHibernate再心得——多主键 VSSDatabase.Open via ASP.NET 创建者模式相关文章总结 在Firefox中里面如何换行? - Boler Guo - 博客园 昨天下午遇到一个问题,到晚上才解决。 aspx页面提交后,再返回时定位的问题 博客园可以查询我发表过的评论,这点不错! 想在VS.Net 中实现一个UltraEdit中的小功能始终没有实现! test CuteEditor test 已经搬家了~ DataGrid something! 还得深入学习验证控件呀! 今天的计划
textarea的overflow:visible的问题!
Boler Guo · 2005-08-04 · via 博客园 - Boler Guo
 

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