BO-BLOG中评论留言框中加入背景图片
修改方法(是我在BO-BLOG论坛中翻出来的,就是冰剑的那个帖子)1. 打开模版中的 Style.css 查找 textarea
检查下有没有 background 参数,如果没有,则在下方加入一句
background: url('images/图片文件名.gif') no-repeat right bottom;
PS: 如果像让图片居中的话,把后边的 right bottom 改成 center center 即可
下边给出我的 textarea 字段的全部代码,大家可以对照一下:
textarea {
margin:0;
border: 1px solid #B3B9C3;
width:350px;
height:80px;
padding:5px;
font:12px;
background:#ffffff url('images/input_bg.gif') no-repeat center center; 您喜欢文学吗?欢迎您加入我们的编辑团队。
页:
[1]