Applellial Posted April 6, 2011 Share Posted April 6, 2011 I'm trying to put two divs side by side. I want the div on the right to take up as much room as it needs (php echos code for an image in this div, so the width needs to be variable for images of different widths) and the one on the left to take up whatever room is left. I can't get it to work without setting the width of the left div in advance, though. Is what I'm asking possible? Link to comment https://forums.phpfreaks.com/topic/232842-is-it-possible-to-float-two-divs-side-by-side-without-setting-width/ Share on other sites More sharing options...
Web Developer Posted April 6, 2011 Share Posted April 6, 2011 You can also use float:left variable in that image div. Link to comment https://forums.phpfreaks.com/topic/232842-is-it-possible-to-float-two-divs-side-by-side-without-setting-width/#findComment-1197681 Share on other sites More sharing options...
cssfreakie Posted April 7, 2011 Share Posted April 7, 2011 I can be completly dumb, but, why don't you let them overlap each other? Obviously what you have to the left is less important and probably is some sort of menu. To the right is a photo Got may an image of what you had in mind. If i were to create something like this, i wouldn't use javascript to set width for my framework. Link to comment https://forums.phpfreaks.com/topic/232842-is-it-possible-to-float-two-divs-side-by-side-without-setting-width/#findComment-1198196 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.