jaymc Posted November 8, 2008 Share Posted November 8, 2008 Im creating my own google suggest however a bit stuck with css! To simplify, I have a div in the middle of a page Inside this div is a textbox. I want to float another div under this textbox starting from the 0 x cord of the textbox The floating div must over lap anything underneath. I dont want it to add to the overall height of the master div How can I do this? Link to comment https://forums.phpfreaks.com/topic/131969-float-div/ Share on other sites More sharing options...
xtopolis Posted November 9, 2008 Share Posted November 9, 2008 position: absolute; Link to comment https://forums.phpfreaks.com/topic/131969-float-div/#findComment-686280 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.