DZ快速发帖框提示背景,点击消失离开显示

前端之家收集整理的这篇文章主要介绍了DZ快速发帖框提示背景,点击消失离开显示前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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"

将下面的图片另存,并上传到你论坛风格文件夹对应的images目录里面

快速发帖背景图_网

原文链接:/discuz/869846.html

猜你在找的Discuz相关文章