我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-color
ffffff'><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;
帮我看一下又没问题,我