您好,欢迎来到模板无忧!
登录
注册
闁衡偓閹増顥�
闁瑰吋绮庨崒锟�
闁革附婢樺ù锟�
閻㈩垼鍠栨慨锟�
模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
关闭顶部
展开顶部
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
AI鐏忓繗浠� 閼宠棄鍟撴导姘辨暰
閸╃喎鎮�
閹恒劏宕�
展开边栏
关闭边栏
网页特效代码
模板无忧
>
网页特效
>
图片特效特效代码
>
收藏
分享
查看评论
图片特效
演示
感应鼠标的图片遮罩动画效果_图片特效特效
查看演示效果
特效Tag:
图片提示
添加
缂佸洦鈪礑edeCMS鐟欏棝顣堕弫娆戔柤
娑旀壆鈹栭梻锟� 缁夌喐婀囬崝鈥虫珤 闁缍夌涵鏇氱鞍閼辨棑绱�
閺冪姴鍜栫粩娆撴毐瀹搞儱鍙�,閻ф儳瀹抽弶鍐櫢娑撯偓闁款喖鍙忛弻锟�!
感应鼠标的图片遮罩动画效果,鼠标放上后会动画显示文字提示,有意思哦,有兴趣的朋友运行一下看效果。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>感应鼠标的图片遮罩动画效果</title> <meta http-equiv="mrc-type" mrc="text/html;charset=gb2312"> <style type="text/css"> html, body, div,ul, li { margin: 0; padding: 0; } div.examples_body { width: 750px; margin: 0px auto; clear: both; overflow: hidden; } .bannerHolder { width: 726px; margin: 20px 0 15px 0; padding: 20px 10px 20px 10px; background-color: #f7f7f7; border: 1px solid #eee; overflow: hidden; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; } .bannerHolder li { list-style: none; display: inline; } .banner { position: relative; width: 125px; height: 100px; overflow: hidden; float: left; display: inline; margin: 0 10px } .banner img { display: block; border: none; } .banner div { position: absolute; z-index: 100; background-color: #222; width: 60px; height: 60px; cursor: pointer; -moz-border-radius:100px; -webkit-border-radius:100px; border-radius:100px; } .banner .cornerTL { left:-63px; top:-63px; } .banner .cornerTR { right:-63px; top:-63px; } .banner .cornerBL { left:-63px; bottom:-63px; } .banner .cornerBR { right:-63px; bottom:-63px; } .banner p { display: none; left: 0; top: 57px; width: 100%; z-index: 200; position: absolute; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #FFF; font-size: 11px; text-align: center; cursor: pointer; } </style> <script type="text/javascript" src="http://p1.mb5u.com/texiao/jquery1.3.2.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.banner div').css('opacity',0.4); $('.banner').hover(function(){ var el = $(this); el.find('div').stop().animate({width:200,height:200},'slow',function(){ el.find('p').fadeIn('fast'); }); },function(){ var el = $(this); el.find('p').stop(true,true).hide(); el.find('div').stop().animate({width:60,height:60},'fast'); }).click(function(){ window.open($(this).find('a').attr('href')); }); }); </script> </head> <body> 如果左下角提示错误,刷新一下就可以了。<br> <div class="examples_body"> <ul class="bannerHolder"> <li> <div class="banner"> <a href="#" target="_blank"><img height="100" width="125" alt="The Best Designs" src="http://p1.mb5u.com/texiao/1/20110225160605680.jpg"></a> <p class="companyInfo">Visit The Best Designs</p> <div class="cornerTL"></div> <div class="cornerTR"></div> <div class="cornerBL"></div> <div class="cornerBR"></div> </div> </li> <li> <div class="banner"> <a href="#" target="_blank"><img height="100" width="125" alt="The Best Designs" src="http://p1.mb5u.com/texiao/1/20110225160605681.jpg"></a> <p class="companyInfo">Visit The Best Designs</p> <div class="cornerTL"></div> <div class="cornerTR"></div> <div class="cornerBL"></div> <div class="cornerBR"></div> </div> </li> <li> <div class="banner"> <a href="#" target="_blank"><img height="100" width="125" alt="The Best Designs" src="http://p1.mb5u.com/texiao/1/20110225160605681.jpg"></a> <p class="companyInfo">Visit The Best Designs</p> <div class="cornerTL"></div> <div class="cornerTR"></div> <div class="cornerBL"></div> <div class="cornerBR"></div> </div> </li> <li> <div class="banner"> <a href="#" target="_blank"><img height="100" width="125" alt="The Best Designs" src="http://p1.mb5u.com/texiao/1/20110225160605682.jpg"></a> <p class="companyInfo">Visit The Best Designs</p> <div class="cornerTL"></div> <div class="cornerTR"></div> <div class="cornerBL"></div> <div class="cornerBR"></div> </div> </li> <li> <div class="banner"> <a href="#" target="_blank"><img height="100" width="125" alt="The Best Designs" src="http://p1.mb5u.com/texiao/1/20110225160605683.jpg"></a> <p class="companyInfo">Visit The Best Designs</p> <div class="cornerTL"></div> <div class="cornerTR"></div> <div class="cornerBL"></div> <div class="cornerBR"></div> </div> </li> </ul> </div> </body> </html>
所属频道:
图片特效特效
/
更新时间:2012-11-04
[收藏]
[报错]
[返回列表]
评论加载中....
相关
图片特效特效
:
图片自动缩放
图像过来
禁止对图片用右键(仅支持IE)
图片的渐显播放效果的代码
对联式的图片广告代码
页面的左右下脚始终固定不动的图片广告代码
图片渐渐出现脚本
图象淡入淡出 Script
经典相册效果
左右移动的图片
图像映射
图形循环渐显脚本
图片特效特效Rss订阅
特效代码搜索
图片特效特效推荐
横向的JavaScript图片滚动
图像映射
改变网页背景图片
超酷的图片透明度动画变化特效
图片淡入淡出过渡的JavaScript代码
图片友情链接滚动,横向,带控制按钮
CSS使用overflow实现鼠标经过放大缩略图
对联式的图片广告代码
CSS趣味图片边框之——带间隔的大边框代码
来自腾讯的JavaScript图片滑动
猜你也喜欢看这些
CSS+JS实现虚化的链接背景色
彩虹文字
Link Boxes 链接盒子(Javascript+CSS)
超酷的链接提示title效果
让链接点击后不显示虚线边框
JS实现按钮及文字的悬停提示
CSS带阴影的链接文字效果
JS控制链接的滚动
先后点击链接
让网页文字定时交替出现的Js代码
相关链接:
复制本页链接
|
搜索感应鼠标的图片遮罩动画效果
特效说明:
图片特效模板
-
感应鼠标的图片遮罩动画效果
。
閺€鎯版&閸掑棔闊�
QQ缁屾椽妫�
閺傜増姘顔煎触
閼垫崘顔嗗顔煎触
娴滆桨姹夌純锟�
瀵偓韫囧啰缍�
閻ф儳瀹抽幖婊嗘
婢跺秴鍩楃純鎴濇絻
閺囨潙顦�...