css目录问题,搞了2个多小时 却没搞明白
css目录问题
css位置: <link href="../skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
html网页位置 data/qq/5.html
data与skin 在同一级目录里 可是却找不到style.css
是什么原因呢
------------------------------------------------------------------------------
<link href="../skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
试过如下方法
<link href="./skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
<link href=".../skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
<link href="/./skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
<link href="/../skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
<link href="/.../skin/index/article/images/style.css" rel="stylesheet" type="text/css" />
{{
相关问答:
我想做的是这样一个效果,你左边做的是导航菜单,假如有若干个超级链接,点击某个后这个链接的内容要到右边显示。当然这个功能可以使用Html中的 frame框架实现,但是现在有很多的浏览器不支持这种frame,能不能用css ......
a b两个div
a设置为absolute z-index:99
b设置为fixed z-index:100
在ie7和ie8下面为什么z-index就无效了呢?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML ......
我在母板页里写了下面这段style:
<style type="text/css">
.ListHead2
{
background-color: #E0E3E8;
......