输入banner图图片脚本导航/分类

textarea的宽度能否用像素定义,因为cols在chrome和firefox下的宽度不一样?_html/css_WEB-ITnose


在chrome下比在firefox在要长很多,有什么方法可以固定宽度?


回复讨论(解决方案)

textarea style="width:120px;height:xxxpx"

原来我用了rows+ width的组合,难怪不行。