which's the z-index for the table?

which's the z-index for the table?

jattmackjattmack Posts: 2Questions: 0Answers: 0
edited March 2011 in General
i have to open a pseudo-popup that have to overlap the table. But doesn't care how much i put in the z-index of the "popup" (that's simply an absolute positioned div) the table ever stays on top.

Replies

  • jattmackjattmack Posts: 2Questions: 0Answers: 0
    solved by adding

    [code]style=" z-index: 1; position: relative;"[/code]

    to the table tag
This discussion has been closed.