我使用的CSS網格填充工具從https://github.com/FremyCompany/css-grid-polyfillCSS柵格誤差(用網格填充工具)
我嘗試使用下面的HTML
<div style="display: grid; grid-template-columns: 200px 300px; grid-template-rows: 200px 400px; position: absolute; width: 500px; height: 600px; left: 90px; top: 122px">
<button style="position: absolute; width: 134px; height: 51px; grid-column: 2; grid-row: 1; left: 21px; top: 34px" horizontal-alignment="Left" vertical-alignment="Top">Button</button>
<button style="position: absolute; width: 134px; height: 51px; grid-column: 2; grid-row: 2; left: 134px; top: 303px" horizontal-alignment="Left" vertical-alignment="Top">Button</button>
</div>
,但我得到了以下錯誤:
聲明無效:grid-column/row:attr(stryle)/ attr(style)(invalid token)
and this one:
無效聲明:grid-template-rows/columns:attr(style)(無法識別的磁道寬度)
要說,我使用聚合物組件中的網格!