在 Windows 7 中的 IIS 上 ASP.Net 页面 CSS 未显示正确性,如在 Visual Studio 2010 中的嵌入式服务器中

发布于 2024-11-09 03:42:52 字数 602 浏览 0 评论 0原文

我在 Windows 7 上安装的 IIS 上遇到 CSS 问题。预览页面时,它与 Visual Studio 2010 中的嵌入式服务器中显示的内容不正确。

例如,jquery 对话框标题未正确显示:

在 Visual Studio 2010 中: http://imageshack.us/photo/my-images/151/cssiis1。 jpg/

在 IIS 7 上 在 Windows 7 上: http://imageshack.us/photo/my-images/197/cssiis2。 jpg/

另外,我正在使用透明的 css 效果,它不能在 IIS 上工作,但可以在 Visual Studio 上工作。

过滤器:alpha(不透明度=60);不透明度:0.60;

有什么问题吗?

谢谢。

I am facing a problem with CSS on the IIS installted on Windows 7. It is not displaying correctly as what is shown in the embedded server in Visual Studio 2010 when previewing the page.

For example, the jquery dialog title is not showing correctly:

In Visual Studio 2010:
http://imageshack.us/photo/my-images/151/cssiis1.jpg/

On IIS 7 On Windows 7:
http://imageshack.us/photo/my-images/197/cssiis2.jpg/

Also I am using transparent css effects and it not working on IIS but is working on Visual Studio.

filter: alpha(opacity=60); opacity: 0.60;

What is the problem?

Thank you.

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

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

发布评论

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

评论(1

绝情姑娘 2024-11-16 03:42:52

要解决此问题,请复制 CSS 文件中的所有样式并将其粘贴到母版页中的样式标记中。我这样做了并且有效。
我从 CSS 文件中取出所有内容并将其传递给她

To solve this proplem copy all style in CSS file and past it in style tag in master page. I did that and it working.
I take all from CSS file and past it in past her

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