Discuz! 7.1 7.2快速发帖回复框温馨提示背景鼠标点击消失离开显示
风格目录/ 修改viewthread_fastpost.htm 文件找:
查找以下代码:
<textarea rows="5" cols="80" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event,fastpostvalidate($(fastpostform)));" tabindex="4" class="txtarea"></textarea>
替换成:
<textarea rows="10" cols="96" name="message" id="fastpostmessage" onKeyDown="seditor_ctlent(event,'fastpostvalidate($('fastpostform'))');" tabindex="4" class="msgfocu" onkeydown=quickpost(event) onBlur="(this.value=='')?(this.className='msgfocu'):''" onFocus="this.className='';"></textarea>
再修改css_common.htm文件 具体路径 /templates/风格目录/css_common.htm
在最下面条添加
.msgfocu{background:#FFF url({IMGDIR}/Box_bg.gif) no-repeat 16px 20px;}
<textarea rows="10" cols="96"
原文链接:/discuz/869846.html