{"id":131,"date":"2013-07-18T04:43:58","date_gmt":"2013-07-17T19:43:58","guid":{"rendered":"http:\/\/appw.jp\/html5x\/?p=131"},"modified":"2013-07-18T04:52:51","modified_gmt":"2013-07-17T19:52:51","slug":"css3-columns-%e3%83%97%e3%83%ad%e3%83%91%e3%83%86%e3%82%a3%e3%82%92%e8%a9%a6%e3%81%97%e3%81%be%e3%81%99","status":"publish","type":"post","link":"https:\/\/appw.jp\/html5x\/?p=131","title":{"rendered":"CSS3 columns \u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u8a66\u3057\u307e\u3059"},"content":{"rendered":"<p>CSS Multi-column Layout Module W3C Candidate Recommendation 12 April 2011 \u3068\u3044\u3046\u52e7\u544a\u5019\u88dc\u306e\u4ed5\u69d8\u304c\u7b56\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002CSS3 \u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30ec\u30a4\u30a2\u30a6\u30c8\u306f\u3001\u6bb5\u7d44\u307f\u3068\u8a33\u3055\u308c\u307e\u3059\u3002\u6bb5\u7d44\u307f\u3068\u3044\u3063\u305f\u307b\u3046\u304c\u5229\u7528\u30a4\u30e1\u30fc\u30b8\u3068\u5408\u81f4\u3057\u3084\u3059\u3044\u3088\u3046\u306b\u611f\u3058\u307e\u3059\u3002 <\/p>\n<p>columns \u30d7\u30ed\u30d1\u30c6\u30a3\u306f column-width \u3068 column-count \u306e\u4e21\u65b9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u307e\u3068\u3081\u3066\u8a2d\u5b9a\u3067\u304d\u308b\u30b7\u30e7\u30fc\u30c8\u30cf\u30f3\u30c9\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u3059\u3002columns column-width \u5024\uff08\u30ab\u30e9\u30e0\u5e45\uff09 column-count \u5024\uff08\u30ab\u30e9\u30e0\u6570\uff09\u3068\u3044\u3046\u69cb\u6587\u3067\u3059\u3002\u521d\u671f\u5024\u306f columns auto auto \u3067\u3059\u3002column-width \u5024\uff08\u30ab\u30e9\u30e0\u5e45\uff09\u304c auto \u4ee5\u5916\u3067 column-count \u5024\uff08\u30ab\u30e9\u30e0\u6570\uff09\u3092\u8a2d\u5b9a\u3057\u305f\u6642\u3001\u8a2d\u5b9a\u3057\u305f\u30ab\u30e9\u30e0\u6570\u306f\u6700\u5927\u5024\u3068\u5224\u65ad\u3055\u308c\u307e\u3059\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n.multiColumns {\r\n -moz-columns : 135px auto ;\r\n -webkit-columns : 135px auto ;\r\n columns : 135px auto ;\r\n -moz-column-gap : 0.5em ;\r\n -webkit-column-gap : 0.5em ;\r\n column-gap : 0.5em ;\r\n -moz-column-rule: 1px solid #cccccc ;\r\n -webkit-column-rule : 1px solid #cccccc ;\r\n column-rule : 1px solid #cccccc ;\r\n}\r\n<\/pre>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;multiColumns&quot;&gt;\r\n &lt;h4&gt;column-width&lt;\/h4&gt;\r\n &lt;p&gt;column-width \u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u306e\u30ab\u30e9\u30e0\u5e45\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002auto \u3092\u6307\u5b9a\u3057\u305f\u6642\u306f\u3001\u4ed6\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u30ab\u30e9\u30e0\u5e45\u304c\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002&lt;\/p&gt;\r\n &lt;h4&gt;column-count&lt;\/h4&gt;\r\n &lt;p&gt;column-count \u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u306e\u30ab\u30e9\u30e0\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002auto \u3092\u6307\u5b9a\u3057\u305f\u6642\u306f\u3001\u4ed6\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u30ab\u30e9\u30e0\u6570\u304c\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002&lt;\/p&gt;\r\n &lt;h4&gt;column-gap&lt;\/h4&gt;\r\n &lt;p&gt;column-gap \u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30ab\u30e9\u30e0\u9593\u306e\u5e45\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002&lt;\/p&gt;\r\n &lt;h4&gt;column-rule&lt;\/h4&gt;\r\n &lt;p&gt;column-rule \u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30ab\u30e9\u30e0\u9593\u306e\u533a\u5207\u308a\u7dda\u306e\u5e45\u3001\u30b9\u30bf\u30a4\u30eb\u3001\u30ab\u30e9\u30fc\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002&lt;\/p&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<pre><code> <style>\r\n.multiColumns { margin : 0 0 0 0 ; padding : 0 0 0 0 ; -moz-columns\r\n: 135px auto ; -webkit-columns : 135px auto ; columns : 135px auto\r\n; -moz-column-gap : 0.5em ; -webkit-column-gap : 0.5em ; column-gap\r\n: 0.5em ; -moz-column-rule : 1px solid #cccccc ;\r\n-webkit-column-rule : 1px solid #cccccc ; column-rule : 1px solid\r\n#cccccc ; } <\/style> <div class=\"multiColumns\">\r\n<h4>column-width<\/h4> <p>column-width\r\n\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u306e\u30ab\u30e9\u30e0\u5e45\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002auto \u3092\u6307\u5b9a\u3057\u305f\u6642\u306f\u3001\u4ed6\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u30ab\u30e9\u30e0\u5e45\u304c\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002<\/p>\r\n<h4>column-count<\/h4> <p>column-count\r\n\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u306e\u30ab\u30e9\u30e0\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002auto \u3092\u6307\u5b9a\u3057\u305f\u6642\u306f\u3001\u4ed6\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u30ab\u30e9\u30e0\u6570\u304c\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002<\/p>\r\n<h4>column-gap<\/h4> <p>column-gap\r\n\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30ab\u30e9\u30e0\u9593\u306e\u5e45\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/p> <h4>column-rule<\/h4>\r\n<p>column-rule \u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u3001\u30ab\u30e9\u30e0\u9593\u306e\u533a\u5207\u308a\u7dda\u306e\u5e45\u3001\u30b9\u30bf\u30a4\u30eb\u3001\u30ab\u30e9\u30fc\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/p>\r\n<\/div> <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>CSS Multi-column Layout Module W3C Candidate Recommendation 12 April 2011 \u3068\u3044\u3046\u52e7\u544a\u5019\u88dc\u306e\u4ed5\u69d8\u304c\u7b56\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002CSS3 \u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30ec\u30a4\u30a2\u30a6\u30c8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-131","post","type-post","status-publish","format-standard","hentry","category-css3"],"_links":{"self":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=131"}],"version-history":[{"count":0,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=\/wp\/v2\/posts\/131\/revisions"}],"wp:attachment":[{"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appw.jp\/html5x\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}