textarea的宽度可不可以用像素定义,因为cols在chrome和firefox下的宽度不一样
textarea的宽度能否用像素定义,因为cols在chrome和firefox下的宽度不一样?
<textarea name="" rows="30" cols="125"></textarea>
在chrome下比在firefox在要长很多,有什么方法可以固定宽度?
------解决思路----------------------
textarea style="width:120px;height:xxxpx"
<textarea name="" rows="30" cols="125"></textarea>
在chrome下比在firefox在要长很多,有什么方法可以固定宽度?
------解决思路----------------------
textarea style="width:120px;height:xxxpx"