Jsp中导入CSS样式没效果,以扩展名.html打开有相关,除了直接写在JSp上才会有效果

<%@pagelanguage="java"import="java.util.*"pageEncoding="GBK"%><%Stringpath=request.ge... <%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'index.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" type="text/css" href="styles.css">
-->
<style type="text/css">
<!--
@import url("../CSS/layout.jsp");
-->
</style>
</head>

<body>
<div id="container">
<div id="header">This is the Header</div>
<div id="menu">This is the Menu</div>
<div id="mainContent">
<div id="custom">This is the Custom</div>
<div id="sidebar">This is the sidebar</div>
<div id="content">2列左侧固定右侧自适应宽度+头部+导航+尾部</div>
</div>
<div id="footer">This is the footer</div>
</div>
</body>
</html>
展开
 我来答
chillyyangfan
2011-04-17 · 超过29用户采纳过TA的回答
知道答主
回答量:77
采纳率:0%
帮助的人:0
展开全部
这不是新建JSP的时候都给了标准写法么?
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
这样写不就好了么
<link rel="stylesheet" type="text/css" href="path/styles.css">
注意path是与引入css的jsp文件相对路径,路径对了就错不了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友c3c0c01
2011-04-17
知道答主
回答量:23
采纳率:0%
帮助的人:6.5万
展开全部
你仔细看一下啊是不是CSS文件导入地址的问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hibo2019
2011-04-17 · TA获得超过509个赞
知道小有建树答主
回答量:481
采纳率:0%
帮助的人:376万
展开全部
把<base href="" />标签代码去了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
陶潜心迹活自然8487
2012-02-28 · TA获得超过6.3万个赞
知道大有可为答主
回答量:2.8万
采纳率:0%
帮助的人:3721万
展开全部
去了也不行呀
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式