简体   繁体   中英

Visual Studio 2010 and 11 beta Web Designer doesnt support CSS Table?

In visual studio 2010 and 11 beta if you have a table like this one:

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

In the Visual Designer is seen like this: 在此处输入图片说明

In the browser is shown correctly: 在此处输入图片说明

Anyone knows if it will be supported in the stable version of visual 11? or if there is a patch/plugin/extension/trick that makes it display correctly in the designer (for visual 2010 or 11)?

In the end is not supported in Visual Studio 2010 nor 2012...they dont support other CSS3 rules neither (The design view of a page with twitter bootstrap implemented makes you cry)...

Dont know if some great extension for VS could solve this...seems a fat chance...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM