简体   繁体   English

Internet Explorer中的CSS3多列功能

[英]CSS3 Multi column functionality in Internet Explorer

Is there any Internet Explorer workaround for multi column. 是否有针对多列的Internet Explorer解决方法? I would like to achieve something like the following example: http://www.quirksmode.org/css/multicolumn.html 我想实现类似以下示例的内容: http : //www.quirksmode.org/css/multicolumn.html

The above works well for Gecko browsers but not for Internet Explorer 上面的代码适用于Gecko浏览器,但不适用于Internet Explorer

Yes: don't support terrible browsers. 是的:不支持糟糕的浏览器。

Unfortunately while this may be an option with personal sites, or sites targeting a young or tech-savvy crowd, this is not a viable option for any sort of professional site. 不幸的是,虽然这可能是个人网站的选择,或者是针对年轻人或技术娴熟的人群的网站,但对于任何类型的专业网站而言,这都不是可行的选择。

What you can do is use a high-level library, which uses javascript to simulate the CSS3 specification, or some non-standard variant of the spec. 您可以做的是使用一个高级库,该库使用javascript模拟CSS3规范或该规范的某些非标准变体。 Such libraries are often available as jQuery addons. 此类库通常可作为jQuery插件使用。 eg http://welcome.totheinter.net/2008/07/22/multi-column-layout-with-css-and-jquery/ (though it doesn't seem to be forward-compatible with CSS3) 例如http://welcome.totheinter.net/2008/07/22/multi-column-layout-with-css-and-jquery/ (尽管它似乎与CSS3并不兼容)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM