查看完整版本: 最新回帖回复框温馨提示背景For Discuz! 6.0(改进鼠标点击回复框后背景图片消失)

衫衫 2008-3-18 23:42

最新回帖回复框温馨提示背景For Discuz! 6.0(改进鼠标点击回复框后背景图片消失)

打开forumdisplay.htm,查找以下代码
复制内容到剪贴板
代码:
[quote][font=Courier New]<textarea rows="7" cols="80" class="autosave" name="message" id="message"  tabindex="2"[/font][/quote]
在后面添加下面的代码:
复制内容到剪贴板
代码:
[quote][font=Courier New]style="background:{ALTBG1} url(images/souho.gif) no-repeat left bottom; " [/font] [/quote]
打开viewthread.htm,查找以下代码
复制内容到剪贴板
代码:
[quote][font=Courier New]<textarea rows="7" cols="80" class="autosave" name="message" id="message"  tabindex="2"[/font][/quote]
在后面添加下面的代码:
复制内容到剪贴板
代码:
[quote][font=Courier New]style="background:{ALTBG1} url(images/souho.gif) no-repeat left bottom; " [/font] [/quote]
将附件改名为nowater.gif,放到images目录下。
页: [1]
查看完整版本: 最新回帖回复框温馨提示背景For Discuz! 6.0(改进鼠标点击回复框后背景图片消失)