问题描述
在一个div中间定义了一个背景图片,在vs2008可以预览,放在本地IIS预览就不行了#login{height:260px;width:470px;padding-top:140px;padding-left:30px;margin:0auto;margin-top:120px;background-image:url(images/login.jpg);}后来我改成background-image:url('images/login.jpg'),background-image:url("images/login.jpg")都还是调试可以,IIS不行,但是,其他页面的background-image:url(),也是这样的格式,IIS可以预览的;不知道什么原因,不知哪位大侠,遇到过,或能帮忙建议一下,怎么解决啊???
解决方案
解决方案二:
拷贝你的样式,我试了一下,根本没有问题,你看看你引用样式的时候是不是弄错了。这个是我试的网页<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>无标题页</title><styletype="text/css">.login{height:260px;width:470px;padding-top:140px;padding-left:30px;margin:0auto;margin-top:120px;background-image:url(Images/bar3.gif);}</style></head><body><formid="form1"runat="server"><divclass="login"><asp:ButtonID="Button1"runat="server"Text="打开"onclick="Button1_Click"/></div></form></body></html>
解决方案三:
地址错了吧,用绝对地址试试
解决方案四:
路径问题