Is it possible to float two divs side-by-side without setting width?
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?
View full post on Tycoon Talk
divs, float, Possible, setting, sidebyside, width, Without