We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Problems with preloader

Home Forums Programming Problems with preloader

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40369
    ellepucci
    Participant

    Hello everyone!
    First thing to say is that I’m new to coding so don’t know if it is an easy fix.
    I have a problem with the preloader of the page.
    It shows below my html elements.
    (I have a video that is the first thing visible on the page and it stays on top of everything, even on top of the preloader; I know that is possible to load an element after the page completely load with javascript but i don’t know the coding)

    I tried to use the z-index class putting the preloader levels on top of everything else but it doesn’t work.

    Any possible solutions?

    #40401

    Does this element has position as Absolute, if not then z-index will not work.

    Co-founder and lead graphics specialist at Soft8Soft.

    #40408
    ellepucci
    Participant

    Does this element has position as Absolute, if not then z-index will not work.

    Yes I gave both the div of the video and the .v3d-simple-preloader-background the position:absolute class. :-(

    Attachments:
    You must be logged in to view attached files.
    #40411

    try setting the z-index in the puzzle rather than in the css, I got weird things going too when using css

    Attachments:
    You must be logged in to view attached files.
    #40421

    May be things that cover the preloader placed outside the canvas, then you need to place them inside or make your own preloader.

    Co-founder and lead graphics specialist at Soft8Soft.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.