im having a issue with the css columns in IE, but it works fine in FireFox and Chrome.
In IE it makes it into one line all the way down the page
here is the code:
.three-col {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
}
how do i fix it so its fine on IE aswell as other browsers?
Thanks for all the help i get.