css在jsp中不起作用怎么回事
css代码:/*CSSDocument*/div#div1{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1...
css代码:/* CSS Document */
div#div1{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:-1;
}
div#div1 > img {
height:100%;
width:100%;
border:0;
}
*{border:1px solid red;}
jsp代码:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'manage.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" href="../css/index.css" type="text/css"></link></head>
<body>
<div id="div1"><img src="admin/Images/bj.PNG" />
</div>
</body>
</html>
css不能起到作用,在dreamweaver中就可以起到作用,求解答。在线等。谢谢啊啊啊啊 展开
div#div1{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:-1;
}
div#div1 > img {
height:100%;
width:100%;
border:0;
}
*{border:1px solid red;}
jsp代码:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'manage.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" href="../css/index.css" type="text/css"></link></head>
<body>
<div id="div1"><img src="admin/Images/bj.PNG" />
</div>
</body>
</html>
css不能起到作用,在dreamweaver中就可以起到作用,求解答。在线等。谢谢啊啊啊啊 展开
4个回答
展开全部
检查一下css文件的相对路径是否正确。
试试把<base href="<%=basePath%>"> 这一行删掉,
这行代码的意思是html文档里的所有相对路径都用它,而不是当所以会影响路径。
试试把<base href="<%=basePath%>"> 这一行删掉,
这行代码的意思是html文档里的所有相对路径都用它,而不是当所以会影响路径。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你看看css文件的引用的路径对不对
追问
对的啊
追答
那你就把css样式拿到jsp页面中,放到中看看起不起作用,如果不起作用,那就是你的css写的有问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
检查JSP中有没有引用进CSS文件
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询