国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery實現鼠標經過圖片變亮其他變暗效果

2019-11-20 12:31:36
字體:
來源:轉載
供稿:網友

以下是完整源代碼:

<!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><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>jQuery實現鼠標經過圖片變亮效果</title><base target="_blank" /><style type="text/css">a {color:white;}body{background:#000;}body,div,ul,li,img{padding:0;margin:0; border:0; list-style:none;}.hovertreebox{width:630px; border:1px solid #ccc; margin:10px auto; overflow:hidden; padding:10px 0 0 10px;}.hovertreebox li{width:200px; height:186px; float:left; margin-right:10px; margin-bottom:10px; cursor:pointer;}</style><script type="text/javascript" src="jquery/jquery-1.11.2.min.js"></script><script type="text/javascript">$(function(){$('.hovertreebox li').mouseover(function (e) {$(this).siblings().stop().fadeTo(500,0.4);});$('.hover'+'treebox li').mouseout(function (e) {$(this).siblings().stop().fadeTo(500,1);});})</script></head><body><div style="color:white">jQuery突出圖片列表中鼠標經過項<br /></div><div class="hovertreebox" id="hovertreelist"><ul><li><img src="/images/01.jpg" width="200" height="186" /></li><li><img src="/images/02.jpg" width="200" height="186" /></li><li><img src="/images/03.jpg" width="200" height="186" /></li><li><img src="/images/04.jpg" width="200" height="186" /></li><li><img src="/images/05.jpg" width="200" height="186" /></li><li><img src="/images/06.jpg" width="200" height="186" /></li></ul></div></body></html>

演示地址:http://demo.VeVB.COm/js/2014/jquery-images-blba/

特效下載://m.survivalescaperooms.com/jiaoben/264211.html

以上所述就是本文的全部內容了,希望大家能夠喜歡。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 喀喇| 康保县| 外汇| 华安县| 安化县| 大足县| 勐海县| 合阳县| 大石桥市| 若羌县| 东台市| 济宁市| 平昌县| 响水县| 双城市| 天水市| 理塘县| 临安市| 新密市| 临澧县| 柘荣县| 天祝| 太白县| 绥阳县| 武安市| 怀化市| 永吉县| 东源县| 大埔区| 奉化市| 福建省| 鲁山县| 日喀则市| 土默特右旗| 乌审旗| 隆回县| 黄大仙区| 穆棱市| 万盛区| 兰州市| 朝阳区|