I have two divs on a webpage and I would like both of them to have a fixed width and would like the first div to be floated to the left of the second div.
This sound
in case you want both containers to float besides each other, you can rather use a span instead of a div. That might bring the problem to an end.