I\'d like to achieve this result
there are many tutorial around like t
Here you are: http://jsfiddle.net/aX47K/
css:
.column{ width:300px; float:left; margin-right:20px; } .column div{ width:200px; height:210px; } #col-1 div{ float:right; } #col-2 div{ float:left; } img#center-image{ position:absolute; left:110px; }