jquery写的很漂亮的鼠标经过弹出图片信息特效
<!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=gb2312" />
<meta name="keywords" content="JS代码,鼠标经过弹出图片信息,JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为鼠标经过弹出图片信息,属于站长常用代码,更多鼠标经过弹出图片信息代码请访问源码搜藏JS代码频道。" />
<title>鼠标经过弹出图片信息_源码搜藏</title>
<link rel="stylesheet" media="all" type="text/css" href="css/photo-info.css" />
<script src="js/jquery-1.2.6.min.js" type="text/javascript"></script>
<script src="js/photo-info.js" type="text/javascript"></script>
<script language="javascript" src="js/720.js"></script>
</head>
<body>
<!-- 代码 开始 -->
<div class="frame">
<div class="wrap">
<img src='images/frog.jpg' alt='' />
<div>
<b></b>
<span>
<h1>Red Eye Frog</h1>
<p>Red-eyed tree frogs, as their name states, have bold red eyes with vertically narrowed pupils, a vibrant green body with yellow and blue striped sides, and orange toes. There is a great deal of regional variation in flank and thigh coloration.</p>
<p>Although it has been suggested that A. callidryas' bright colors function as aposematic or sexual signals, neither of these hypotheses have been confirmed.</p>
<a href="#">more information...</a>
</span>
</div>
</div> <!-- end wrap -->
</div>
<div class="frame">
<div class="wrap">
<img src='images/emperor.jpg' alt='' />
<div>
<b></b>
<span>
<h1>Emperor Penguin</h1>
<p>The Emperor Penguin (Aptenodytes forsteri) is the tallest and heaviest of all living penguin species and is endemic to Antarctica.</p>
<p>The male and female are similar in plumage and size, reaching 122 cm (48 in) in height and weighing anywhere from 22?7 kg (48?2 lb). The dorsal parts are black and sharply delineated from the white belly, pale-yellow breast and bright-yellow ear patches.</p>
<a href="#">more information...</a>
</span>
</div>
</div> <!-- end wrap -->
</div>
<div class="frame">
<div class="wrap">
<img src='images/pelican.jpg' alt='' />
<div>
<b></b>
<span>
<h1>Pelicans</h1>
<p>A pelican is a large water bird with a distinctive pouch under the beak, belonging to the bird family Pelecanidae.</p>
<p>Along with the darters, cormorants, gannets, boobies, frigatebirds, and tropicbirds, pelicans make up the order Pelecaniformes. Modern pelicans are found on all continents except Antarctica.</p>
<a href="#">more information...</a>
</span>
</div>
</div>
<br><br>
<div align="center">
<div style="clear:both;"></div>
<!-- 代码 结束 -->
<div style="text-align:center; width:500px; margin:0 auto;">
<p>来源:<a href="http://www.codesocang.com/" target="_blank">源码搜藏</a> 代码整理:<a href="http://www.codesocang.com/" target="_blank">源码搜藏</a> 感谢:<a href="http://www.iseedy.com/" target="_blank">爱看电影网</a></p>
<p>*尊重他人劳动成果,转载请自觉注明出处!注:此代码仅供学习交流,请勿用于商业用途。</p>
</div>
</body>
</html>
热门源码