I have a div that will contain two columns. As the image below:
IsthereanyCSStechniquetodothis?NotCSS3,becauseIwantittoworkinallbrowsers.
Ofcourse,Icouldcreatetwodivsthereandputfloat:left
butitwillbeacontentonly,whentheuseristypingintheleftcolumnanditends,itgoesright.
MyHTMLlookslikethis:
<divclass="grid_480 f-left margin-top-60 margin-bottom-60"></div>
The CSS:
.grid_480{width:480}
.margin-top-60{margin-top:60px}
.margin-bottom-60{margin-bottom:60px}
.f-left{float:left}