The best solution I found so far was:
http://jsfiddle.net/kizu/UUzE9/
But that wasn\'t quite it. You see, I have three columns; two of which need to avoid be
This can also be achieved by nested div concept. All you need to do is divide the div section which you want as 3 columns as follows
Please go through How to create 3 column layout using css div to know more about this.