Forums

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

Home Forums CSS want help related z-index;

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

    I am making a project and don’t want to use “position” property but want to use “z-index” property , i am new to CSS please someone help me out…………..

    Harry_matharoo___________

    #116239
    chrisburton
    Participant

    Not possible. Use relative positioning at the very least. But it really depends on your design and markup.

    div {
    position: relative;
    z-index: 1;
    }

    #116242
    Kitty Giraudel
    Participant

    Z-index can’t perform with static positioning. Use anything else.

    #116274

    Thanks for helping a newbie friends

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