slideshow with caption on the bottom
hi
i trying create slideshow caption on bottom.
i have jquery , jquery cycle plug in
how write command jquery cycle plug in works image , caption
<script type="text/javascript">
$("document").ready(function(){
$(" ").cycle({fx:'fade'});
});
<div id="sliderwrapper"
<div id="slider"
<ul>
<li>
<img src="../images/slider/machine.jpg width="350" height="400"/>
<p>pressure cleaning</p>
</li>
<li>
<img src="../images/slider/lady/.jpg width="350" height="400"/>
<p>housekeeping</p>
<li>
<img src="../images/slider/man/.jpg width="350" height="400"/>
</li>
</ul><!--end ul--->
</slider><!--end slider-->
</sliderwrapper><!---end wrapper-->
which jquery cycle plugin using??
http://jquery.malsup.com/cycle/caption.html
http://computeraxe.com/slideshow-image-captions-with-jquery-cycle/
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment