首先您要了解什么叫相对路径
相对路径有两种
1、相对于网站根目录,如:href=“/index.html”
2、相对于自身所在文件。如样式表中:
/**********LOGO在上方样式***********/
.menu_box_style1_1{clear:both;border:0 solid #cccccc;}
.menu_box_style1_1_1{float:left;}
.menu_box_style1_1_2{float:right;padding:5px 0 0 0;}
.menu_box_style1_2{clear:both;text-align:left;height:35px;background:url(images/menu_bg.gif) repeat 0 0;border:0 solid #dddddd;border-width:0 1px 0 1px;}
这里的background:url(images/menu_bg.gif) ,就是相对于文件(lanmu.css)的相对路径