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

推荐订阅源

有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
V
V2EX
aimingoo的专栏
aimingoo的专栏
爱范儿
爱范儿
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
T
The Blog of Author Tim Ferriss
月光博客
月光博客
云风的 BLOG
云风的 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