开发者

EasySlider. How to replace images by content of a web page?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜