I have two absolute divs. One element in div A will display div B (on click + javascript code). I want to have a higher Zindex on B than on A. (I want B above A) -
This element has its own zindex (lower than div A zindex). I do not know how zindex was inherited by children from parents, but it does not seem to be so.
Question...? How can I get a "computed" zindex for my "element"
source
share