Home > Web Front-end > HTML Tutorial > CSS布局设计中body background-image问题_html/css_WEB-ITnose

CSS布局设计中body background-image问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 08:51:48
Original
1119 people have browsed it

[size=18px][size=16px]body{ margin: 0 auto; background:url('../image/login2_2.jpg') repeat-x;}为什么图片路径中要加两个省略号呢??如果不加的话,背景就出错


回复讨论(解决方案)

../image/login2_2.jpg
加两个点表示定位到上一级路径,即image文件夹的父文件夹

../ 表示向上一级,以此类推,../../表示向上两级

可如果把父文件名写上的话,也会得不到想要的效果@cocotsau  @潇湘忆梦 

可如果把父文件名写上的话,也会得不到想要的效果@cocotsau  @潇湘忆梦 


CSS的引用的路径指的是相对路径,即相对于当前的路径,直接写父文件夹名字也会找不到的。
还有另外一种方法就是写绝对路径,完整的URL:例如http://c.csdnimg.cn/public/common/toolbar/images/f_icon.png

说明图片在css文件的上一级目录,如果是同一级可以不写../

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template