Hello,
Easy question I hope:
I have 2 sets of divs that act as "drop-down" boxes. The parent div of one set has a z-index of 3001, and the second (below in the visual scope of the page) has a z-index of 1001). When I mouse over the "top" one, it goes "under" the second set of divs.
So my question is:
Is Z-index inherited. Meaning, do I need to give a higher z-index to every div in the first set than every div in the second?
Thanks,
Bryan
Easy question I hope:
I have 2 sets of divs that act as "drop-down" boxes. The parent div of one set has a z-index of 3001, and the second (below in the visual scope of the page) has a z-index of 1001). When I mouse over the "top" one, it goes "under" the second set of divs.
So my question is:
Is Z-index inherited. Meaning, do I need to give a higher z-index to every div in the first set than every div in the second?
Thanks,
Bryan