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" />
{{
相关问答:
http://www.ziddu.com/download/8355961/zhuan.rar.html
下个房子也得爬墙 唉
连接被重置
呵呵~给大闸蟹JIAN了!@!!!!!!
哈哈
nothing
HTTP 404
打不开
打不开啊。
lz换个地址~~
......
也许是网站限制了。文件,另存为,会显示无法保存网页。
怎么突破它的限制呢。
我想保存这个网页,包括里面的图片,样式等。
保存下来样式不会乱。像IE的 文件-另存为 那样保存网页。
有样式,有图片。而且css ......
我喜欢在VS2005里对网页布局,最近不知道出了什么问题已经写好的外联样式再次修改时候,编译器无视样式表里的改动继续使用原来的样式。
比如:<link href="css/league company.css" rel="stylesh ......
刚学用ASP.NET2008做网页,想调用外部CSS文件,总无法调用,代码如下:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4&q ......
怎么通过js或者css设置一个文本框为readonly啊?不要通过html直接设置的。
楼上2为已经给出正确答案了~~
引用
<input type="text" name="name" id="idName">
js:
docu ......