• 0

Column-count and IE9 work around?


Question

www.romabio.com

I'm trying to get a work around with IE9 and column-cout and column-gap. IE10 supports most CSS3 but not IE9.

#content-index	{
font-family:"Ubuntu", Helvetica, sans-serif;
width:900px;
position:relative;
margin: 0 auto;
-moz-column-count: 3;
-moz-column-gap: 25px;
-webkit-column-count: 3;
-webkit-column-gap: 25px;
-ms-column-count: 3;
-ms-column-gap: 25px;
column-count: 3;
column-gap: 25px;
[color=#000000]}[/color][/CODE]

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.