【发布时间】:2014-12-05 18:19:01
【问题描述】:
Safari 7 和 8 似乎错误地呈现了我的网站 (https://unindented.org/) 右栏中的元素标题:
我只是在容器上做以下事情:
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: auto;
-moz-column-width: auto;
column-width: auto;
是否有解决此错误的方法?
【问题讨论】:
标签: css safari multiple-columns