注册 登录
编程论坛 WEB前端(UI)

关于html中文本框只读的问题

漂移528 发布于 2013-11-15 15:23, 1076 次点击
代码如下:
<tr>

              <td width="15%" height="30" align="center"  class="STYLE3">&nbsp;文件标题</td>

              <td colspan="3" rowspan="1" class="border-bottom" >
                <input name="biaoti"  tag="mocha" special="DocumentName" alert="biaoti" type="text" class="template-chulidan-input-bigger1" onchange="titlechange();" value="" size="" desc="文件标题" /></td>
            <td width="14%" colspan="1" align="center"  class="STYLE3">缓&nbsp;&nbsp;急                   </td>

              <td class="border-bottom" width="19%">
                <select tag="mocha" alert="" desc="缓急" class="template-chulidan-input-normal" name="DocumentPriority1" special="DocumentPriority" type="select" value=""></select></td>
               
</tr>



这个代码的文件标题 就是只读的,如何更改?
1 回复
#2
Paxster2014-09-12 09:56
样式问题
1