Page 1 of 1

absolute div hide before the relative div

Posted: Thu Dec 03, 2009 3:28 am
by habib009pk
Hi Friends,

I have a little problem i have a div with position: absolute and other div with position: relative. now my problem is i want to display the absolute div above the relative div but now absolute div hide before the relative div.

Kindly help me how i remove this error.

Thanks and Regards

Re: absolute div hide before the relative div

Posted: Thu Dec 03, 2009 10:21 am
by pickle
You can try giving the absolutely positioned element a high z-index property.