treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS3 Content Slider using Keyframes

  • I am working on a new wordpress theme that uses as little javascript as possible. In doing so I wanted a CSS3 driven content slider and I found this:

    http://www.css3builder.com/

    Everything works except for the links. The links always have the same URL instead of the ones that are given. Here is a link to it on codepen:

    http://codepen.io/wsenft/pen/kfoiJ

    Can anyone give me a guess as to why the URL's don't work?

    Thanks in advance!!!

  • All I see is that the href of all 3 links are;

    #3

    This means that the URL's are going to be the same.

    Is this what you mean mean or am I misunderstanding?

  • in the demo all the urls point to "#1" (just the example URL) in each slide. however they have their own URL to link to and their own alts and titles