惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

博客园 - zenith

用C#控制计算机重启、关机及注销 深入Managed DirectX9(九) 深入Managed DirectX9(八) 深入Managed DirectX9(七) 深入Managed DirectX9(六) 深入Managed DirectX9(五) 深入Managed DirectX9(四) 深入Managed DirectX9(三) 深入Managed DirectX9(二) 深入Managed DirectX9(一) 利用System.IO.Compression实现文件压缩和解压缩 使用PagedDataSource类实现DataList和Repeater控件的分页显示[转] 用SQL 2005的ROW_NUMBER() 实现分页功能 [DataGrid]DataBinder.Eval()的两种用法 如何卸载SQL Server 2005 建立第一个directX程序——在C#下利用DirectSound实现声音播放 新闻系统、blog关键字高亮效果 通过N层架构提升.NET应用程序的性能 linux下的压缩解压缩命令
Gradual Highlight Image Script
zenith · 2006-09-25 · via 博客园 - zenith

Author:

Note: Script rewritten Dec 3rd, 04' for numerous improvements.

Description: A script that makes any image(s) appear dull before the mouse moves over it; as the mouse moves over it, the image gradually changes to its original appearance. Use it to instantly add stunning onMouseover effects to your menu images, for example.

Demo:

Move your mouse over any of the images:




Directions Developer's View

Step 1: Insert the below into the <head> section of your page:

Select All

Step 2: Then, insert the below inside the <img> tag of all of the images you want the effect applied to:

Select All

An example would be:

<a href="whatever.htm"><img src="mygif.gif" border=0 class="gradualshine" onMouseover="slowhigh(this)" onMouseout="slowlow(this)"></a>

http://www.dynamicdrive.com/dynamicindex4/highlightgrad.htm