Forums

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

Home Forums CSS A tab with delay without interruption when changing page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #280264
    hannadahlquist
    Participant

    I have a “Don’t find what you are looking for?” – tab that pops up after 15 seconds on my website: https://skyltar.se/
    But when I change page, it start to count from the beginning, and I want it to pop up after totaly 15 seconds, even if you change pages.

    This is the css snippet that I have used:

    #ulp-tab-RYrcLFLzWofbri2O {
    transition-delay: 15s;
    }

    Any suggestions?
    Thank you!

    #280274
    Shikkediel
    Participant

    This can’t be done with CSS, you’ll be needing some JavaScript sessionStorage for it.

    w3schools.com/html5_webstorage

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