香烟 发表于 2007-4-27 10:12:09

***链接特效***链接加亮效果

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
--------------------------------------------------------------------------------

<!--one step to installing this script-->

<!--1) simply add the below to your body:-->

<script>



/*

highlight link script

by website abstraction (http://www.jojoo.net)

over 400+ free scripts here!

above notice must stay entact for use

*/



function highlight(which,color){

if (document.all||document.getelementbyid)

which.style.backgroundcolor=color

}

</script>

<p><a href="http://java-scripts.net/" onmouseover=highlight(this,'yellow') onmouseout="highlight(this,document.bgcolor)">java-scripts.net</a>


<p><a href="http://wsabstract.com/" onmouseover=highlight(this,'yellow') onmouseout="highlight(this,document.bgcolor)">website abstraction free javascripts</a>

<p><a href="http://www.jojooo.net/" onmouseover=highlight(this,'yellow') onmouseout="highlight(this,document.bgcolor)">free-backgrounds</a>

<p><a href="http://dynamicdrive.com/" onmouseover=highlight(this,'yellow') onmouseout="highlight(this,document.bgcolor)">dynamic drive</a>

<p align="center"><font face="arial" size="-2">this free script provided by</font><br><font face="arial, helvetica" size="-2"><a href="http://wsabstract.com">website abstraction</a></font></p>


--------------------------------------------------------------------------------

      










--------------------------------------

拥有三人行论坛管理系列软件,一个人就可以管理一个论坛的更新维护。还能使您的论坛有千人在线的真实火暴效果,让您不在为论坛因没有人气而留不住会员而烦恼,使您的论坛早日成为一流的论坛。详情请登陆网站:http://www.cnsrx.cn 三人行论坛管理软件,站长必备的专业好工具。(您使用的是免费版本,购买收费版本后,将不带广告。业务QQ:247216 44985227)
页: [1]
查看完整版本: ***链接特效***链接加亮效果