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>​ 

http://jsfiddle.net/BnAtp/

在可視設計被認爲是這樣的:enter image description here

在瀏覽器中顯示正確:enter image description here

任何人都知道它是否會在穩定版本的visual 11中得到支持?或者如果有一個補丁/插件/擴展/技巧,使其在設計器中正確顯示(對於視覺2010或11)?

+3

你是缺少屬性值後的分號。我想知道這是你的問題嗎? – 2012-07-17 08:45:25

+1

@Andrew Barber:在最後的聲明中不需要分號。這適用於內聯樣式和CSS規則,我想VS設計人員應該能夠處理它。 – BoltClock 2012-07-17 09:35:44

+0

@AndrewBarber由於BoltClock說它不需要在最後的聲明中,即使intellisense這樣做...... – VSP 2012-07-17 10:04:51

回答

0

到底在Visual Studio 2010也2012不支持......他們不支持其他的CSS3規則既不(頁面的設計視圖,實現讓你哭泣Twitter的引導)...

不知道如果VS的一些很好的擴展可以解決這個問題...似乎是一個很大的機會...

相關問題