动态多列布局
我想使用 CSS 或 JavaScript 创建多个列,允许图像重叠列,然后在它们周围自动换行,而不会牺牲列的完整性。我发现 masonry.js 可以完成其中的一些任务,但不能满足我需要的全部任务。
I want to use CSS or JavaScript to create multiple columns that allow images to overlap columns and then wordwrap around them without sacrificing the integrity of the columns. I found masonry.js can do some of this but not all that I require.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这会对您有所帮助 http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/an-introduction-to-the-css3-multiple-column-layout-module/。我从未使用过它,但我认为浏览器应该正确处理 CSS3 中的 columns-* 属性,并且肯定会处理每个重叠情况。
Maybe this will help you http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/an-introduction-to-the-css3-multiple-column-layout-module/. I never used it but I think that the browser should correctly handle columns-* properties in CSS3 and surely handle every overlap cases.