请问如何在jsp页面中插入背景图片?我的代码如下,可是并没有图片显示 10
请问如何在jsp页面中插入背景图片?我的代码如下,可是并没有图片显示<%@pagecontentType="text/html;charset=gb2312"%><div...
请问如何在jsp页面中插入背景图片?我的代码如下,可是并没有图片显示<%@ page contentType="text/html;charset=gb2312" %>
<div style="background-image:url('img\主页背景.jpg')">
<form action="57doLogon2.jsp">
<h2>欢迎来到南京邮电大学水果商城!</h2>
用户名:<input type="text" name="userName">
<br>
密 码:<input type="password" name="userPass">
<br>
<input type="submit" value="登录">
<input type="reset" value="重置">
</form>
</div> 展开
<div style="background-image:url('img\主页背景.jpg')">
<form action="57doLogon2.jsp">
<h2>欢迎来到南京邮电大学水果商城!</h2>
用户名:<input type="text" name="userName">
<br>
密 码:<input type="password" name="userPass">
<br>
<input type="submit" value="登录">
<input type="reset" value="重置">
</form>
</div> 展开
1个回答
2017-06-29
展开全部
试试
<style>
div{
background-image:url("../img/主页背景.jpg");
}
</style>
<style>
div{
background-image:url("../img/主页背景.jpg");
}
</style>
更多追问追答
追问
你好啊还是不行哎
追答
background:url("../img/主页背景.jpg");
图片名字用字母代替下试试
如果还是不行的话,那你好好检查下图片路径,是否在项目下img文件夹内
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询