先看下效果演示吧!(备注:由于做的匆忙,图片素材不是太好,所以效果要比想像中的差,感兴趣的朋友可以自己尝试)
用CSS做滑动效果的图片的代码如下(这样做好的好处是 避免了使用FLASH 降低网页体积 对SEO优化 比较好
缺点: 效果上和FLASH 没发比):
-
<style>
-
#galleryh{
-
padding:0;
-
margin:0auto5emauto;
-
list-style-type:none;
-
overflow:hidden;
-
width:495px;
-
height:240px;
-
border:1pxsolid#888;
-
background:#fffurl(/imagelist/06/24/o9642o826u4n.gif);
-
}
-
#galleryhli{
-
float:left;
-
}
-
#galleryhlia{
-
display:block;
-
height:240px;
-
width:28px;
-
float:left;
-
text-decoration:none;
-
border-right:1pxsolid#fff;
-
cursor:default;
-
}
-
#galleryhliaimg{
-
width:28px;
-
height:240px;
-
border:0;
-
}
-
#galleryhlia:hover{
-
background:#eee;
-
width:320px;
-
}
-
#galleryhlia:hoverimg{
-
width:320px;
-
}
-
</style>
-
-
<ulid="galleryh">
-
<li><ahref="#nogo">
-
<imgsrc="http://www.genban.org/uploads/allimg/c100602/12K4V3cT0-22A8_lit.jpg"alt="#1"title="#1"/></a></li>
-
<li><ahref="#nogo">
-
<imgsrc="http://www.genban.org/uploads/allimg/c100602/12K4V39C40-13258_lit.jpg"alt="#2"title="#2"/></a></li>
-
<li><ahref="#nogo">
-
<imgsrc="http://www.genban.org/uploads/allimg/c100602/12K4V3T10-1Y12_lit.jpg"alt="#3"title="#3"/></a></li>
-
<li><ahref="#nogo">
-
<imgsrc="http://www.genban.org/uploads/allimg/100602/21562L154-0-lp.jpg"alt="#4"title="#4"/></a></li>
-
<li><ahref="#nogo">
-
<imgsrc="http://www.genban.org/uploads/allimg/c100605/12KJ1150S0-15596_lit.jpg"alt="#5"title="#5"/></a></li>
-
<li><ahref="#nogo">
-
</ul>
最后要在织梦模板中调用这个,请注意DEDE 缩略图调用代码为: {dede:arclist row=10 titlelen=24 orderby=pubdate typeid=1 imgwidth='90' imgheight='90' type='all.'} <li> [field:imglink/] </li>