Forums

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

Home Forums CSS Same z-index acting differently in different sites

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37782
    cryoffalcon
    Member

    Hi,
    I am seeing an error which I think is because of z-index, the error is really strange. See these two posts in two different sites (while keeping in mind that the data is same only the sites are having different css)

    1st site (buggy one) : http://bloghutsbeta.blogspot.com/2012/03/testing-3.html

    2nd site (the okay one) : http://www.bloghuts.com/2011/08/wizard-fashion.html%5B/CODE%5D

    To see the error please go to first site then click on PLAY and while keeping it open, kindly go to the 2nd on and then click on PLAY you will see the error that I am talking about, I am not able to understand what’s going on?[CODE]1st site (buggy one) : http://bloghutsbeta.blogspot.com/2012/03/testing-3.html

    2nd site (the okay one) : http://www.bloghuts.com/2011/08/wizard-fashion.html%5B/CODE%5D

    To see the error please go to first site then click on PLAY and while keeping it open, kindly go to the 2nd on and then click on PLAY you will see the error that I am talking about, I am not able to understand what’s going on?

    #101761
    dfogge
    Participant

    hey @cryoffalcom, i’m not seeing a play button on the 2nd site.

    #101764
    cryoffalcon
    Member

    yes you can’t as it has [/code] attached to the link, its not part of my link, I added it mistakenly, but as I don’t have edit option so it is staying there, to see the 2nd link kindly remove the last part from it which is [/CODE]

    #101765
    dfogge
    Participant

    ok got it, thanks.

    it looks like the problem might be flash and not the z-index.

    try adding:

    and wmode=”opaque” inside the embed tag.

    #101784
    cryoffalcon
    Member

    Well by doing so it do resolve the problem of content appearing inside the game but it doesn’t resolve the issue with the popup, you can see it there it’s not only game also the whole popup is facing issue and I think I have realized who is doing this, its .postarea #sidebar .sidebar1 .sidebar2 and #footer they all have z-index value of 9 they are somehow interfering with this popup z-index even though it has higher value of 9999999 but still that 9 is teasing this, can you tell me why?

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