Home › Forums › CSS › Adding a Link to my Anything Slider › Re: Adding a Link to my Anything Slider
September 2, 2012 at 2:46 pm
#108931
Member
Hi ddfashionsquare!
It looks like you’re just using images inside of the slider. If you add some css and wrap the image in a link, it will start doing what you need it to do. Here is the css you’ll need:
#slider a img { width: 100%; height: 100%; }
and the HTML
I only added a link around the animal theme image since it seemed that I used the correct URL. I didn’t try any of the others, but that should give you an idea of how it works.