Copy link to clipboard
Copied
How to make slide images with Dreamweaver CS6? Please teach me.
Copy link to clipboard
Copied
Hello Jason,
here some links to nice sliders (have fun with the different representations 😞
http://sandbox.scriptiny.com/javascript-slideshow/
http://jquery.malsup.com/cycle/
http://wowslider.com/best-jquery-slider-crystal-linear-demo.html
http://www.jcoverflip.com/demo
http://www.jacksasylum.eu/ContentFlow/
http://addyosmani.com/blog/jqueryuicoverflow/
You only need to use the source code to implant these shows there where you want. In my eyes it would be the best that you use first a very new and blank DW file to perform the one or the other.
Hans-Günter
Copy link to clipboard
Copied
hi jason,
try this http://www.skitter-slider.net/
Copy link to clipboard
Copied
What the previous posters forgot to mention is, Dreamweaver itself doesn't have that functionality built in. There's no Slide Show Behavior built into the interface as there is for other effects so you need to go to outside sources to get code to do it, or code it yourself.
The simplest slideshow script I've come across, by far, is jQuery Cycle2
If you have any problems implementing it (it's pretty well documented, so you shouldn't, but if you do), many of the contributors here have used it and can help if you run into issues.