简单的,给我解释一下,谢谢
<style>
textarea.content{
overflow-y:visible;
border:0px;
font-size:12px;
font-family:Fixedsys 宋体;
line-height:150%;
overflow:visible;
border-width:0px;
width:550px;
height:40px;
behavior:url('/Expert/xsl/tacontent.htc');
}
</style>
这句 behavior:url('/Expert/xsl/tacontent.htc');
有什么用,不写也可以啊??
这个的作用就是让文本框不显示滚动条,并根据行数调整高度