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

推荐订阅源

美团技术团队
人人都是产品经理
人人都是产品经理
月光博客
月光博客
V
V2EX
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
博客园 - 聂微东
博客园 - 司徒正美
博客园 - 【当耐特】
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志

博客园 - 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