1
在Visual Studio 2010和11測試版,如果你有這樣一個表:Visual Studio 2010和11測試版Web Designer不支持CSS表?
<div style="display:table">
<div style="display: table-row">
<div style="display: table-cell">(row 1 cell 1)</div>
<div style="display: table-cell">(row 1 cell 2)</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">(row 2 cell 1)</div>
<div style="display: table-cell">(row 2 cell 2)</div>
</div>
</div>
在可視設計被認爲是這樣的:
在瀏覽器中顯示正確:
任何人都知道它是否會在穩定版本的visual 11中得到支持?或者如果有一個補丁/插件/擴展/技巧,使其在設計器中正確顯示(對於視覺2010或11)?
你是缺少屬性值後的分號。我想知道這是你的問題嗎? – 2012-07-17 08:45:25
@Andrew Barber:在最後的聲明中不需要分號。這適用於內聯樣式和CSS規則,我想VS設計人員應該能夠處理它。 – BoltClock 2012-07-17 09:35:44
@AndrewBarber由於BoltClock說它不需要在最後的聲明中,即使intellisense這樣做...... – VSP 2012-07-17 10:04:51