-webkit-box-sizing 属性在 VS2010 中不显示

发布于 2024-11-30 04:30:49 字数 344 浏览 1 评论 0原文

我有“盒子模型黑客”问题。我发现除了 Google Chrome 之外的所有浏览器中都是如此。所以我搜索了解决方案,发现我应该将 -webkit-box-sizing 属性放在 CSS 中并将其定义为 content-box

我为 VS2010 安装了 CSS3 并重新启动它,然后VS2010中样式表工具栏的下拉列表中出现了CSS 3.0。我看到来自 CSS3 的新属性,但找不到 -webkit-box-sizing

我应该需要 VS2010 SP1 吗?或者有什么遗漏的吗?另外,如果 Chrome 有其他 Box Model Hack 解决方案,请告诉我。

I have "Box Model Hack" issue. I found out that in all browsers except Google Chrome. So I searched the solutions and saw that I should put -webkit-box-sizing property in CSS and define it as content-box

I installed CSS3 for VS2010 and restart it, then CSS 3.0 showed up in drop down list on style sheet tool bar in VS2010. I saw new properties coming from CSS3 but I cannot find -webkit-box-sizing

Should I need VS2010 SP1? or is there something missing? Besides, if there is another Box Model Hack solution for Chrome, please tell me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初吻给了烟 2024-12-07 04:30:49

所有 -webkit 属性均特定于在 Web Kit 浏览器引擎 上运行的浏览器,并且不是官方 CSS3 规范的一部分。

您只需在样式表或 CSS 样式代码块中输入所需的 CSS 即可。我不认为 VS 会包含一个菜单项(以及许多其他专有的 CSS 属性)。

话虽如此,我刚刚找到了 CSS 3 Intellisense Schema 其中包括您想要的物品。

All -webkit properties are specific to browsers running on the Web Kit Browser Engine and are not part of the official CSS3 specification.

You can simply type in the CSS you require either in your stylesheet or your CSS style code block. I dont think VS will include a menu item for it (and many other proprietry CSS properties).

Having said that, I've just found a CSS 3 Intellisense Schema that includes the items you're wanting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文