在 Windows 7 中的 IIS 上 ASP.Net 页面 CSS 未显示正确性,如在 Visual Studio 2010 中的嵌入式服务器中
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要解决此问题,请复制 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