I have a container DIV with a fixed height and width (275x1000px). In this DIV I want to put multiple floating DIVs each with a width of 300px, and have a horizontal (x-axi
Use:
div#container { overflow: auto; }
Or add a clearing div below the three divs with the style:
{ clear: both }