Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究的设计有不同的背景用于交替列。是否可以为每列设置不同的平铺背景,
例如
column:nth-child(n+1) {background:url(tile1.gif) repeat-x; }
还是我必须依靠每两列平铺的巨大背景图像?
不幸的是,您无法更改列的颜色:
无法在列框上设置属性/值。例如,不能设置某个列框的背景,列框没有内边距、边距或边框的概念。
来自 w3.org:2 . 多列模型