Skip to main content
maryanns50585047
Known Participant
January 5, 2017
Answered

carousel not scrolling

  • January 5, 2017
  • 2 replies
  • 481 views

I am working on a responsive site with a scrolling carousel as the header. My question is this. Within my Dreamweaver document, the carousel auto scrolls. When viewed on the web at maselva.com it does not auto scroll. Can anyone shed some light on this for me?

This topic has been closed for replies.
Correct answer osgood_

Add data-ride="carousel" to the tag as below - that should kick it into action.

<div id="carousel1" class="carousel slide" data-ride="carousel">

2 replies

osgood_Correct answer
Legend
January 5, 2017

Add data-ride="carousel" to the tag as below - that should kick it into action.

<div id="carousel1" class="carousel slide" data-ride="carousel">

Jon Fritz
Community Expert
Community Expert
January 5, 2017

Run the validator under File > Validate > Validate Current Document (W3C) and clean up your code errors.

You have a few structural errors that could be causing issues in the browsers with your slideshow.