文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>css中的url

css中的url

时间:2008-11-07  来源:dorainm

如果不是填写绝对路径的话,css中的url路径,即相对路径,是相对这个 .css文件的路径。

比如 http://localhost 目录在 /var/www/html,而 /var/www/html/style里面有个 dorainm.css,在/var/www/html/images里面有张图片dorainm.png,

当 http://localhost的 index.php包含 style.css的时候,即

<link href="./style/dorainm.css" type="text/css" rel="stylesheet">


那 dorainm.css里面的某条语句,比如

background:#000000 url(../images/dorainm.png) repeat top left;


要填写成这种,dorainm.png是相对 dorainm.css的位置为 ../images/,而不是写成相对 index.php的 ./images/dorainm.png。
相关阅读 更多 +
排行榜 更多 +
合合合军团

合合合军团

策略塔防 下载
街头滑板

街头滑板

体育竞技 下载
武者生存

武者生存

体育竞技 下载