The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Make Accordion Slides Clickable?

3 posters

Go down

Solved How To Make Accordion Slides Clickable?

Post by psjamie March 13th 2012, 6:01 pm

Using today's Tuesday Tip, I seem to be an idiot, as I can't quite figure out how to make the slides themselves "clickable," so that they'd link to different sections of the forum. Any suggestions?
psjamie
psjamie
Forumember

Male Posts : 52
Reputation : 1
Language : English

http://www.poetshare.forumotion.com

Back to top Go down

Solved Re: How To Make Accordion Slides Clickable?

Post by Niko March 13th 2012, 7:25 pm

Hey,

well can you provide me a screen of your problem?
this will help me a lot to help you fufufu

Friendly,
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: How To Make Accordion Slides Clickable?

Post by psjamie March 13th 2012, 7:47 pm

How To Make Accordion Slides Clickable? Sc1_bm10

I'm inquiring as to whether it's possible to make each separate slide link to a unique link. So the picture that populates the News slide would be clickable and take the reader to my News board, the pic that populates the Features slide would be clickable to take then somewhere else, etc. (That current "Poet Share" pic for the "Contests" slide is just a placeholder.)
psjamie
psjamie
Forumember

Male Posts : 52
Reputation : 1
Language : English

http://www.poetshare.forumotion.com

Back to top Go down

Solved Re: How To Make Accordion Slides Clickable?

Post by Nera. March 14th 2012, 7: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.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How To Make Accordion Slides Clickable?

Post by psjamie March 14th 2012, 1:28 pm

That's exactly what I needed. Thank you!
psjamie
psjamie
Forumember

Male Posts : 52
Reputation : 1
Language : English

http://www.poetshare.forumotion.com

Back to top Go down

Solved Re: How To Make Accordion Slides Clickable?

Post by Nera. March 14th 2012, 7:02 pm

You welcome.

Topic Solved & Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum