代码收集
2014-11-09 07:48:49 -0500
调用js文件(html)
添加多张背景图(css)*
#whole_body{background:url(图片地址) no-repeat top left,url(图片地址) no-repeat center center,url(图片地址) no-repeat center right;}
添加主页右下角图片(css) *
#whole_body{background:url(图 片地址) no-repeat 100% 100% scroll;}
返回顶部(html) *
返回顶部(js) *
document.write('
返回顶部
')
令一部分文字居中(html) *
显示内容
去首页(css) *
#ln-h{display:none;}
去首页(js) *
var e=document.getElementById("ln-h"); if (e) {e.style.display="none"}
去文件扩展名(css) *
.file_list span{display:none;}
去撰文标题(html) *
去撰文时间(html) *
去撰文标题下划线(html) *
网站运行天数(js) *
document.write('
本站已稳定运行
'); var urodz= new Date("12/12/2012"); var now = new Date(); var ile = now.getTime() - urodz.getTime(); var dni = Math.floor(ile / (1000 * 60 * 60 * 24)); document.write(dni); document.write('
天');
iphone信息提示 *
显示文字
走秒时间(html) *
•代码演示
«Newer
Older»
Comment:
Name:
Back to home
Subscribe
|
Register
|
Login
|
N