码迷,mamicode.com
首页 > 其他好文 > 详细

内容可编辑且随内容自增长的div

时间:2017-07-09 12:38:47      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:浏览器   idt   water   min   one   center   分享   style   code   

<!DOCTYPE HTML>
<html>
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style>
     #textarea {
      width:300px;
      border:1px solid #ccc;
      min-height:150px;
      max-height:300px;
      overflow:auto;
      font-size:14px;
      outline:none;
     }  
     </style>
</head>
<body>
 <div id="textarea" contenteditable="true">11111</div>
</body>
</html>

在ie。chrome。Firefox浏览器下測试通过,效果图:

技术分享

内容可编辑且随内容自增长的div

标签:浏览器   idt   water   min   one   center   分享   style   code   

原文地址:http://www.cnblogs.com/wzjhoutai/p/7140722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!