标题:[求助]需要一些链接效果的代码
只看楼主
huangjin
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2005-1-20
 问题点数:0 回复次数:1 
[求助]需要一些链接效果的代码
需要一些链接效果的代码
当鼠标移动链接上时,能够产生一些效果,如颜色变了
搜索更多相关主题的帖子: 效果 链接 代码 
2005-01-20 18:28
godblod
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2005-1-19
得分:0 
<html> <head> <style> .black { font-size: 10pt; color: black; } .red { font-size: 15pt; color: red; } .yellow { font-size: 20pt; color: yellow; } </style> </head> <body> <div class="black" onMouseOver="this.className='red';" onMouseDown="this.className='yellow';" onMouseOut="this.className='black';"> 变化的文字 </div> </body> </html>
2005-01-21 15:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-11561-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.846083 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved