Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EasySlide は非常に優れたビューアですが、画像ではなく Web ページのローテーションを作成したいと考えています。出来ますか?
はい、そうだと思います。
<div id="slider"> <ul> <li> <iframe src="whatyouwanthere.html" .../> </li> . . . </ul> </div>
ただし、iframeの高さと幅およびborder=0を設定することを忘れないでください。そうでなければ、すべてが本当に醜いものになるでしょう。