So I noticed the column property doesn’t work in internet explorer so I tried finding alternate ways to create columns, I found a way to do it with tables, but that looks a bit clunky. Is there a way to use divs and create two vertical columns splitting the page?
Share
You can do this easily with floats. e.g.:
HTML:
CSS:
Demo: http://jsfiddle.net/AfgAG/9/