by Nera. March 14th 2012, 6:53 am
Hi,
I don't know did I get your question right? You want to make the images that open with the press on the example: "Slide one" clickable?
Like
here? Press on the images and you'll see they are linked to this topic.
If so, all you need to do is delete the CSS part with the images:
#s1 {
background:url("http://url de l'image.jpg") no-repeat #030303;
}
#s2 {
background:url("http://url de l'image.jpg") no-repeat #030303;
}
#s3 {
background:url("http://url de l'image.jpg") no-repeat #030303;
}
#s4 {
background:url("http://url de l'image.jpg") no-repeat #030303;
}
#s5 {
background:url("http://url de l'image.jpg") no-repeat #030303;
}
And add the images beetween the div's as a clickable image, like this:
<div id="s1"><a href="https://help.forumotion.com/t105972-how-to-make-accordion-slides-clickable"><img src="http://nicolahibbert.com/demo/liteAccordion/img-demo/1.jpg" /> </a></div>
If that was not on your mind please explain a bit better.
Regards.