Copy link to clipboard
Copied
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?
Add data-ride="carousel" to the tag as below - that should kick it into action.
<div id="carousel1" class="carousel slide" data-ride="carousel">
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Add data-ride="carousel" to the tag as below - that should kick it into action.
<div id="carousel1" class="carousel slide" data-ride="carousel">