首页 > 代码库 > input text 不可编辑的解决办法
input text 不可编辑的解决办法
<div class="inp bg">
<input id="inp-query" type="text" name="search_text" size="22" maxlength="60" placeholder="书名、作者、ISBN" autocomplete="off" dir="ltr"/>
</div>
<div class="inp-btn">
<input name="submit1" type="submit" class="btn-global" onm ousemove="this.className=‘btn-global btn-hover‘;" onm ouseout= "this.className=‘btn-global‘;" onm ousedown="this.className=‘btn-active‘;" value="http://www.mamicode.com/search"/>
</div>
以上代码没有任何设置text不可编辑的属性,text却不可编辑,将.inp的float属性去掉后text变为可编辑,但是该显示需要float属性。经过千辛万苦的寻找终于发现将两个<div>改为<span>后问题解决。具体原因还不是很清楚。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。