I was using Chris's All-CSS Infinite Scrolling Slideshow, and wanted to change the image that was displayed, but whenever i change the background of the div, even with an image of the same exact size, it doesnt work. Any reason why?
Heres the link to the example,(I used the non-GPU one)Infinite All-CSS Scrolling Slideshow
I've been working with this same code on a fan site for a tv show. I got mine working! Try changing all your moveSlideshows to simply slideshow. I know his jsFiddle uses moveSlideshow but I couldn't get that to work. It would help to be able to see all your css because it could be something simple as a bad label.
I was using Chris's All-CSS Infinite Scrolling Slideshow, and wanted to change the image that was displayed, but whenever i change the background of the div, even with an image of the same exact size, it doesnt work. Any reason why? Heres the link to the example,(I used the non-GPU one)Infinite All-CSS Scrolling Slideshow
And here's my code: HTML:
tech-slideshow {
}
tech-slideshow > div {
}
@-webkit-keyframes moveSlideshow { 0% { left: 0; } 100% { left: -1684px; } } @-moz-keyframes moveSlideshow { 0% { left: 0; } 100% { left: -1684px; } }
I've been working with this same code on a fan site for a tv show. I got mine working! Try changing all your moveSlideshows to simply slideshow. I know his jsFiddle uses moveSlideshow but I couldn't get that to work. It would help to be able to see all your css because it could be something simple as a bad label.