PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

下拉菜单做好了,为什么只有第一次进入首页有,其他页面没有。 [复制链接]

1#
问xiyou版主你好,我下拉菜单按http://bbs.pageadmin.net/showtopic-554.aspx,做好了,为什么只有首页有,切换到其他页面,就消失了?
分享 转发
TOP
2#

20090410版,怎么升级?
TOP
3#

帮我一下,为什么我的下拉菜单只有一个首页有,其他页面没有,怎么改?到底哪里没设置好,应该不是版本问题。怎么运用到所以页面。
TOP
4#

我banner没自定义,lanmu_menu.js部分源码://公司简介

Obj=document.getElementById("Menu_item_3");
var menu_str=Obj.innerHTML;

var menu_str1=menu_str+"<div id='m_1' style='display:none;position:absolute;left:0;top:30px;z-index:2;background-colorffffff'><ul>";
menu_str1=menu_str1+"<li><a href='/cn/introduct/lanmu_3_1.html'  class='xiala_menu_href' target='_self'>公司介绍</a><a href='/cn/introduct/lanmu_3_2.html' class='xiala_menu_href' target='_self'>企业资质</a><a href='/cn/introduct/lanmu_3_42.html' class='xiala_menu_href' target='_self'>企业文化</a><a href='/cn/introduct/lanmu_3_3.html' class='xiala_menu_href' target='_self'>组织架构</a><a href='/cn/introduct/lanmu_3_4.html' class='xiala_menu_href' target='_self'>发展历程</a></li>";
menu_str1=menu_str1+"</ul></div>";
Obj.innerHTML=menu_str1;

function Show_Menu_1()
{
    document.getElementById("m_1").style.display="";
}

function Hide_Menu_1()
{
   document.getElementById("m_1").style.display="none";
}

Obj.onmouseover=Show_Menu_1;
Obj.onmouseout=Hide_Menu_1;
帮我看一下又没问题,我
TOP
发新话题 回复该主题