我有HTML,看起來像:與「顯示:表單元格」 DIV + CSS選擇器
<div style="display: table">
<div style="display: table-row">
<div style="display: table-cell">
... some content
</div>
<div style="display: table-cell">
second cell content
</div>
</div>
</div>
我在尋找的CSS選擇器,將匹配有display: table-cell
風格的所有div。可能嗎?
你不能只是改變HTML標記? – Chrisstar
@Chrisstar在我的情況下,它生成的HTML。 – gawi