<a href="http://www.xnei.net/" target="_blank"><img src="http://www.xnei.net/image/ilogo.gif" alt="校内网代码精灵-校内网美化专业网站,欢迎您的访问" border="0"></a>
鼠标放在有连接的地方,字体颜色会不停变换
<script src=http://ps.5q.com/ss/css/custom/60/69/60/606960597a/200000090/shubiao.css>
</script>
</style>
<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=344480075&Site=spohome.blogchina.comMenu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:13272572:13 alt="有事儿您Q我!"></a>
有事您Q我的代码:
<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=你的QQ号码&Site=spohome.blogchina.comMenu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:13272572:13 alt="有事儿您Q我!"></a>
标签栏和页眉的星星在不停的转啊转
<title>成功手札</title>
<TITLE>闪动的标题栏特效</TITLE>
<script language=javascript >
title_tmp1=document.title
if (title_tmp1.indexOf(">>")!=-1){
title_tmp2=title_tmp1.split(">>");
title_last=" —> "+title_tmp2[1];
title_last=title_last + " —> " + title_tmp2[2];
}else{ 字串5
if (title_tmp1.indexOf("——")!=-1){
title_tmp2=title_tmp1.split("——");
title_last=" —> "+title_tmp2[1];
if (title_last==" —> "){title_last=" —> "};
if (title_last==" —> "){title_last=" —> "};
}
else { title_last="成功手札"}
}
title_new=""+title_last+""
step=0 字串5
function flash_title()
{
step++
if (step==5) {step=1}
if (step==1) {document.title='☆° .★·'+title_new+'.★·☆° '}
if (step==2) {document.title='·☆° .★'+title_new+'★·☆° .'}
if (step==3) {document.title='★·☆° .'+title_new+'·☆° .★'}
if (step==4) {document.title='.★·☆° '+title_new+'☆° .★·'}
setTimeout("flash_title()",180);
}
flash_title() ;
</script>