Skip to main content
Participant
April 20, 2015
Question

How to make slide images with Dreamweaver CS6?

  • April 20, 2015
  • 3 replies
  • 14990 views

How to make slide images with Dreamweaver CS6? Please teach me.

This topic has been closed for replies.

3 replies

Jon Fritz
Community Expert
Community Expert
April 20, 2015

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.

Participating Frequently
April 20, 2015
hans-g.
Legend
April 20, 2015

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