卡农简单版:css代码问题

来源:百度文库 编辑:高校问答 时间:2024/04/29 16:19:51
请大家编写一句css代码就是有对方的ip 浏览器 天气等等
具体可参考http://hi.baidu.com/dqxm

具体方法是:

设置-高级设置-自定义 CSS ,修改 #comm_info div.line这一句。比如我的(http://hi.baidu.com/eyea),刚才改的,把这一行改为:
#comm_info div.line{margin-top:5px;line-height:8px;border-top:1px dashed #A6A6A6;background:url(http://www.hotik.com/sign.png) no-repeat bottom; padding-bottom: 160px; margin-bottom: 10px}
由于我要隐藏最上面一行,所以把“padding-bottom”是设置成了120,且我的在右边,宽度不够,只显示了中间内容。你要显示全部内容的话,就要把“其它”放在中间。

那个不是css,加下这个 <img src=http://www.hotik.com/sign.png border=0> 就行了。