I have a div (A) WITHIN an absolute positioned div (B). I selected div A to expose. But the whole screen is dimmed. When I move div A out of the absolute positioned layer (B) it is working fine. What is the workaround to get it working within the absolute positioned div?
Div within absolute postioned div Created Mar 16, 2010
This thread is solved
Views: 1139 Replies: 1 Last reply Mar 20, 2010
You must login first before you can use this feature
Reply to:
Div within absolute postioned div, from
svdg
I solved it myself: just avoid Z-index and place divs in HTML in the right order.
