标签:tom 设置 editable edit nbsp content bottom idt height
html:
<div class="editor" contenteditable="true"></div>
css:
.editor{
width: 580px;
height: 65px;
border: 0px;
outline: 0; //设置边框为0;
margin-bottom: 5px;
}
标签:tom 设置 editable edit nbsp content bottom idt height
原文地址:http://www.cnblogs.com/shoolnight/p/6401286.html