laohen233 2015-07-29 02:21 采纳率: 0%
浏览 1674

关于css3的多列column

如题,当同时设置column-width与column-count与外层容器的width,此时的column-width似乎并没有什么卵用。

举例:

 <style>

        body{font:14px/1.5 georgia,serif,sans-serif;}

        p{margin:0;padding:5px 10px;background:#eee;}

        h1{margin:10px 0;font-size:16px;}

        .test{

            width:628px;

            border:10px solid #000;

            -moz-column-width:200px;

            -moz-column-count:3;

            -webkit-column-width:200px;

            -webkit-column-count:3;

            column-width:200px;

            column-count:3;

        }

        </style>


        <div class="test">
        <p>This module describes multi-column layout in CSS. By using functionality described in this document, style sheets can declare that the content of an element is to be laid out in multiple columns. </p>

        <p>On the Web, tables have also been used to describe multi-column layouts. The main benefit of using CSS-based columns is flexibility; content can flow from one column to another, and the number of columns can vary depending on the size of the viewport. Removing presentation table markup from documents allows them to more easily be presented on various output devices including speech synthesizers and small mobile devices.</p>

    </div>
此时,改变div的width属性,如果远大于width X count、内外边距以及边框所需的宽度,p的内容会根据column-count的数值来进行排版,column-width会随着width的变化而变化,与教程中所描述的的不一致,何解?
  • 写回答

1条回答 默认 最新

  • 测试Lee 2015-07-29 06:55
    关注

    Web, tables have also been used to describe multi-column layouts. The main benefit of using CSS-based columns is flexibility; content can flow from one column to another, and the number of columns can vary depending on the size of the viewport. Removing presentation table markup from documents allows them to more easily be presented

    评论

报告相同问题?

悬赏问题

  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示