I was wondering if there is a way to setup a two-column layout with the following:
I have
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
<div>
<div>title </div>
<div>content </div>
<div>name </div>
<div>data </div>
</div>
more....
I want the following:
title title
content content
name name
data data
title title
content content
name name
data data
title title
content content
name name
data data
title title
content content
name name
data data
title title
content content
name name
data data
more ....
I am not sure how to do this in CSS. Any ideas? Thanks so much!
http://jsfiddle.net/fZse3/