WordPress评论输入栏美化
[ 怪兽前身 ]输入栏增加背景
在style.css中:
[css]
/*1.留言信息的输入框(直接添加CSS中)*/
#authormeta input{background-repeat: no-repeat;margin:0 3px;}
#authormeta #author{background-image: url(images/author.png);width:100px;padding-left:56px;}
#authormeta #email{background-image: url(images/email.png);width:160px;padding-left:56px;}
#authormeta #url{background-image: url(images/uurl.png);width:160px;padding-left:56px;}
/*2.留言的输入框(替换原主题的定义代码)*/
#commentform textarea {background-image: url(images/pinglun.png);width:100%; height:100px; border:1px solid #D2D2D2;background-repeat: no-repeat;background-position: center center;}
[/css]
在输入栏中增加文字
在comments.php中:
[php]
/*1.留言信息的输入框(直接添加CSS中)*/
#authormeta input{background-repeat: no-repeat;margin:0 3px;}
#authormeta #author{background-image: url(images/author.png);width:100px;padding-left:56px;}
#authormeta #email{background-image: url(images/email.png);width:160px;padding-left:56px;}
#authormeta #url{background-image: url(images/uurl.png);width:160px;padding-left:56px;}
/*2.留言的输入框(替换原主题的定义代码)*/
#commentform textarea {background-image: url(images/pinglun.png);width:100%; height:100px; border:1px solid #D2D2D2;background-repeat: no-repeat;background-position: center center;} [/php]
- 文章热度:1,036 ℃
- 文章标签:WordPress
- 生产日期:2010年02月5日 下午 16:00
- 上一篇:网众LINUX常用命令
- 下一篇:一部老片 网瘾战争

真不错!
不错不错,就拿这个替掉wordpress extend上的废品countdown timer了,但要记得别删这个swf哦。
@iHenry,
难道这是天降大任!~
你可以可以把这个swf保存到你的空间嘛!~
楼上的ID和我很像的说。。 = =
真不错,我论坛用上了!
这个插件的swf要放在什么目录里呢
这并不是插件。
@An., 那么,请问我想放到wordpress的边栏里,该怎么放呢?
@An., 如果要改成从某日开始计算起的话,比如说离世界末日已经过去了N天了,endTime=2012-12-21-1-1-1 这个是要怎么修改的呢
@shan,
这个支持倒计时,还不支持正计时、
@An.,
可惜呀,这是我看过最漂亮的