Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Gallery' Linking Issues

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #172242
    only1tuz
    Participant

    Summary, Links to certain galleries on one page.

    My Gallery page has different (smaller) galleries how can I link to them individually instead of just the page itself…
    i.e. To view the Staircases or gates ext from one page directly to that Defined gallery?

    http://www.ideldesigns.com/pages/gallery.htm

    #172249
    Atelierbram
    Participant

    If you gave the wrapping divs an id, and then link to it like this with an # url-hashtag?

    #172250
    Atelierbram
    Participant

    Don’t know for sure if this gives you the functionality you are after, and you will have to test this out, also because of the display value which is now set to none, but maybe you can change this to block with :target in CSS.

    
    :target,
    [style]:target {
      display: block !important;
    }
    

    (Initial reply got stuck in filter).

    #172307
    only1tuz
    Participant

    The id’s aren’t working…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.