图片层叠旋转木马切换

<!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>3D图片层叠旋转木马切换 </title>

<link href="css/style.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.roundabout-1.0.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#featured-area ul').roundabout({
easing: 'easeOutInCirc',
duration: 600
});
});
</script>

</head>
<body>

<div id="featured-area">
<ul>
<li><span>代码素材</span><img src="images/speedometer.jpg" alt="代码素材" /></li>
<li><span>PSD素材</span><img src="images/photoshop_plus.jpg" alt="PSD素材" /></li>
<li><span>flash素材</span><img src="images/fnfast.jpg" alt="flash素材" /></li>
</ul>
</div>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.</p>

</div>
</body>
</html>

猜你喜欢

转载自www.cnblogs.com/dongdong415/p/10750415.html
今日推荐