habib009pk Posted December 3, 2009 Share Posted December 3, 2009 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 Link to comment https://forums.phpfreaks.com/topic/183833-absolute-div-hide-before-the-relative-div/ Share on other sites More sharing options...
Hybride Posted December 3, 2009 Share Posted December 3, 2009 Do you have code you can show us? Otherwise, you can use margins and padding with your absolute and relative to get it to the position you want. Link to comment https://forums.phpfreaks.com/topic/183833-absolute-div-hide-before-the-relative-div/#findComment-970520 Share on other sites More sharing options...
haku Posted December 3, 2009 Share Posted December 3, 2009 z-index is what you want to use to bring something forward. Link to comment https://forums.phpfreaks.com/topic/183833-absolute-div-hide-before-the-relative-div/#findComment-970605 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.