简体   繁体   English

Visual Studio 2010和11 Beta Web Designer不支持CSS表吗?

[英]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: 在Visual Studio 2010和11 Beta中,如果您有这样的表:

<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/ 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? 有人知道Visual 11的稳定版本是否支持它吗? or if there is a patch/plugin/extension/trick that makes it display correctly in the designer (for visual 2010 or 11)? 还是如果有补丁程序/插件/扩展名/技巧使之在设计器中正确显示(对于Visual 2010或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)... 最后,Visual Studio 2010和2012不支持...它们也不支持其他CSS3规则(实现了twitter bootstrap的页面的设计视图使您大哭)...

Dont know if some great extension for VS could solve this...seems a fat chance... 不知道VS的一些强大扩展是否可以解决此问题...似乎是个难得的机会...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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