≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
which's the z-index for the table?
which's the z-index for the table?
jattmack
Posts: 2
Questions: 0
Answers: 0
March 2011
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
jattmack
Posts: 2
Questions: 0
Answers: 0
March 2011
solved by adding
[code]style=" z-index: 1; position: relative;"[/code]
to the table tag
This discussion has been closed.
Replies
[code]style=" z-index: 1; position: relative;"[/code]
to the table tag