You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

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

svdg

Posts: 2

Registered:
Mar 16, 2010

Div within absolute postioned div

Posted: Mar 16, 2010

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?

svdg

Posts: 2

Registered:
Mar 16, 2010

» Div within absolute postioned div

Posted: Mar 20, 2010

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.