EasySlide is a 开发者_高级运维very good viewer, but I want to produce a rotation of web pages and not images. Is it possible?
Yes, I suppose so.
<div id="slider">
<ul>
<li>
<iframe src="whatyouwanthere.html" .../>
</li>
.
.
.
</ul>
</div>
Don't forget to set the height and width and border=0 for the iframes though. Else the whole thing is gonna turn out real ugly.
精彩评论