程序员人生 网站导航

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

栏目:Discuz时间:2014-02-19 09:05:39

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目录里面

快速发帖背景图_网

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐