I need some help with CSS/HTML
Go to solution
Solved by Hazy125,
There's plenty of documentation out there on pure CSS slideshows, I find them tedious to make and don't bother with them. Jquery and Javascript make it so much easier, as in
<div class="cycle-slideshow"> <img src="image_1"> <img src="image_2"> <img src="image_3"> <img src="image_4"> <img src="image_5"></div>
But, unfortunately it's not so simple for you. I suggest having a look at one of these 3 templates and picking the one that's coolest/easiest. But like I said, these can be tedious and they annoy the crap out of me
http://www.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/
http://creativejuiz.fr/trytotry/juizy-slideshow-full-css3-html5/ (My personal favourite)
http://themarklee.com/2013/10/16/simple-crossfading-slideshow-css/

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now