adppp - 2012/9/28 12:51:00
这是测试地址:[url]http://zjzyg.w61.huyi2.com[/url]
在站内检查这里点了后 网站底部的路径就不对了 其它地方都是对的
xiyou - 2012/9/28 14:13:00
- <link href="customwbl.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript">
- function $(id){
- return document.getElementById(id)
- }
- function getHeight() {
- $("bottomMenuIndex").style.top=$("lanmupage").offsetHeight+14 + "px";
- }
- window.onload = function() {
- getHeight();
- }
- </script>
复制代码你貌似在每个栏目的head自定义里面插了这一段自定义,你放栏目设置中只对栏目有效,对搜索、会员、专题页无效。
这段你应该放在基本信息设置的head自定义里面,这样才能保证所有页面都会显示这段。
adppp - 2012/9/28 17:58:00
我就是放在 基本信息设置的head自定义里面 没在栏目自定义里插的 ;
路径:网站参数设置/基本属性设置/head区自定义 ;
xiyou - 2012/9/28 19:25:00
<link href="customwbl.css" type="text/css" rel="stylesheet" />
改为
<link href="/customwbl.css" type="text/css" rel="stylesheet" />
路径前面一定要加上 / 否则非首页下是找不到文件的