日期:2014-05-20  浏览次数:21203 次

.net怎么做图片轮播啊
谁知道。net怎么做图片轮播啊
使得图片轮播用flash的形式显示出来

------解决方案--------------------
如果你的图象是flash,则轮播用flash,这没什么问题!!
如果你的图像是jpg或gif那何必用flash来显示呢?
.net下有一个控件AdRotator是用来显示多张图片的,可以设置某一张图片出现的概率!!
------解决方案--------------------
引用:
如果你的图象是flash,则轮播用flash,这没什么问题!!
如果你的图像是jpg或gif那何必用flash来显示呢?
.net下有一个控件AdRotator是用来显示多张图片的,可以设置某一张图片出现的概率!!

同意。
------解决方案--------------------
利用 javascript实例
------解决方案--------------------
飘过
------解决方案--------------------
http://download.csdn.net/source/1458397
------解决方案--------------------
网上很多现成的代码

------解决方案--------------------
<!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="Author" content="懒人图库" /> 
<title>横向的JS相册效果</title> 
<style> 
body {background:#000;margin:0;font:12px Verdana;text-align:center;} 
#tbody {width:650px;margin:20px auto;text-align:left;} 
#mainbody {width:640px;margin:5px;border:1px solid #222;padding:1px} 
#mainphoto {cursor:pointer;display:block;} 
#goleft {float:left;clear:left;margin:6px 5px 0 3px;} 
#goright {float:right;clear:right;margin:6px 3px 0 5px;} 
#photos {width:610px;height:54px;line-height:54px;border:1px solid #222;margin:10px 0;overflow:hidden;} 
#showArea img {display:block;float:left;margin:1px 0;cursor:pointer;border:1px solid #222} 
.txt_1 {font:bold 24px Verdana, Tahoma;color:#fff;} 
</style> 
</head> 
<body> 
<div id="tbody"><span class="txt_1">横向的JS相册效果</span>