在网页上如何实现图片旋转效果??

在网页上怎么制作那种流动效果:如同摄像机在一间房间,旋转拍摄360度的视觉效果?/用

1<marquee></marquee>

这个滚动效果
---------------------------------------------------------------

在网页中实现360度全景滚动效果图:
http://www.tastelife.net/homepage/dw/dwmx/mx360.htm

http://tech.tom.com/Archive/2002/3/11-94733.html

http://www.ccidnet.com/school/web/2002/03/11/100_5939.html
---------------------------------------------------------------

1<marquee behavior="scroll" direction="left" height="149" loop="1" onclick="this.start()" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" scrolldelay="0" style="cursor:hand" width="700">
2<script language="javascript">   
3for(t=1;t<=1000;t++)   
4document.write("<img src=images/cargun.jpg width=1700 height=149>")   
5</script>
6</marquee>

这里的图片是我以前的路径,你自己修改和要做的,只是所有的全景图在一张图片上,效果不错,有点参考价值

Published At
Categories with Web编程
Tagged with
comments powered by Disqus