开发者

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

开发者 https://www.devze.com 2023-01-26 06:38 出处:网络
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.

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

精彩评论

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