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
absolute div hide before the relative div
Moderator: General Moderators
-
habib009pk
- Forum Commoner
- Posts: 43
- Joined: Sun Jul 05, 2009 11:28 pm
Re: absolute div hide before the relative div
You can try giving the absolutely positioned element a high z-index property.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.