摘要:
1.当转换页面时,标题改变 <script> document.addEventListener('visibilitychange',function(){ if(document.visibilityState=='hidden') { normal_title=document.title; 阅读全文
摘要:
单曲调用代码: <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100% height=86 src="http://music.163.com/outchain/player?type=2&id= 阅读全文
摘要:
基于走马灯的滚动公告效果,鼠标放上后停止,移走时继续滚动,特点是代码简单,使用方便,位置及大小调整都比较容易,可以由你的程序自动读取公告内容,可作为广告代码。 代码如下: <title>滚动公告</title> <div align=center><b>滚动公告</b></div> <table c 阅读全文
摘要:
<script>//禁止右键 function click(e) { if (document.all) { if (event.button==2||event.button==3) { alert("欢迎光临寒舍,有什么需要帮忙的话,请与站长联系!谢谢您的合作!!!"); oncontextme 阅读全文
摘要:
<span id="timeDate">载入天数...</span><span id="times">载入时分秒...</span> <script language="javascript"> var now = new Date(); function createtime(){ var grt 阅读全文
摘要:
一个很不错的小技巧,当别人复制你网站上的内容时跳出提示,既能加强网站版权保护,还能宣传自己的网站,一举两得。 在全站复制都是显示这个内容。 把这段代码放在网站底部文件中就可以了。 阅读全文
摘要:
把代码加到style.css(模板的主css里面): /**图片抖动**/ img:hover{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;} @-webkit-keyframes ta 阅读全文
摘要:
你好,世界 阅读全文