国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php开源 > Discuz > DZ快速发帖框提示背景,点击消失离开显示

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

来源:程序员人生   发布时间:2014-02-19 09:05:39 阅读次数:3024次

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

快速发帖背景图_网

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生