- <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自定义里面,这样才能保证所有页面都会显示这段。