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.
The forum of the forums
3 posters

    How To Make Accordion Slides Clickable?

    psjamie
    psjamie
    Forumember


    Male Posts : 52
    Reputation : 1
    Language : English

    Solved How To Make Accordion Slides Clickable?

    Post by psjamie March 13th 2012, 5: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?
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3231
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: How To Make Accordion Slides Clickable?

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

    Hey,

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

    Friendly,
    psjamie
    psjamie
    Forumember


    Male Posts : 52
    Reputation : 1
    Language : English

    Solved Re: How To Make Accordion Slides Clickable?

    Post by psjamie March 13th 2012, 6: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.)
    Nera.
    Nera.
    Energetic


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

    Solved Re: How To Make Accordion Slides Clickable?

    Post 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.
    psjamie
    psjamie
    Forumember


    Male Posts : 52
    Reputation : 1
    Language : English

    Solved Re: How To Make Accordion Slides Clickable?

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

    That's exactly what I needed. Thank you!
    Nera.
    Nera.
    Energetic


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

    Solved Re: How To Make Accordion Slides Clickable?

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

    You welcome.

    Topic Solved & Locked

      Current date/time is September 22nd 2024, 8:29 pm