I'm looking for slideshow that looks kinda like this..when he clicks on some of the arrows it changes the text and image...
It doesn't need to looks exactly like this,I will modificate it a little bit...
![]()
I'm looking for slideshow that looks kinda like this..when he clicks on some of the arrows it changes the text and image...
It doesn't need to looks exactly like this,I will modificate it a little bit...
![]()
Hi,
what are you looking for?
Some JS code to do the picture slide and text change?!
Please define better your imagination...
I'm looking for some script when someone clicks on "next" arrow that then automatically changes the image and text...and when clicks on "previous" arrow that then it returns previous text and image...
basicly I'm looking for slideshow that changes the text and image..
Do you understand HTML and JS, respectively jQuery?? Can you eventually read and follow code, and later change it accordingly to your task??
have you tried this
http://jquery.malsup.com/cycle/begin.html
Thanks for this,I made slideshow
But I have a problem now...look the image
When I add some slideshow(for image or text)..I must add it like this..
If I delete some part of the code,it just goes crazy,then there are only images,no slideshow..Code:<table cellspacing="0"> <tr><td> <div id="s2" class="pics"> <img src="img/slide/1.jpg" style="height:300px; width:550px;"/> <img src="img/slide/2.jpg" style="height:300px; width:550px;"/> <img src="img/slide/3.jpg" style="height:300px; width:550px;"/> </div><br /> <pre><code class="mix" style="display:none;">$('#s2').cycle({ fx: 'fade', speed: 2500 });</code></pre> </td></tr> </table>
If the code looks like this
images are on the place they should be..but there is no slideshow,it looks like this..Code:<div id="s2" class="pics"> <img src="img/slide/1.jpg" style="height:300px; width:550px;"/> <img src="img/slide/2.jpg" style="height:300px; width:550px;"/> <img src="img/slide/3.jpg" style="height:300px; width:550px;"/> </div><br /> <pre><code class="mix" style="display:none;">$('#s2').cycle({ fx: 'fade', speed: 2500 });</code></pre>
Does anyone know the solution?
I'm not understanding what you are getting at, can you rephrase your comment please.
Please post a link to a page on your site that contains the problematic code so we can check it out.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Here is the URL of the website..You can see how image slideshow is a little bit down there...
http://cistorekreativno.webege.com/
Bookmarks