要完成此效果把如下代碼加入到區(qū)域中
//菜單1的內(nèi)容
var menu1=new Array()
menu1[0]=首頁
menu1[1]=鏈接
menu1[2]=鏈接
//菜單2的內(nèi)容
var menu2=new Array()
menu2[0]=友情鏈接
menu2[1]=語音聊天
menu2[2]=隨意鏈接
//以下不要改
var zindex=100
function dropit2(whichone){
if (window.themenu&&themenu.id!=whichone.id)
themenu.style.visibility="hidden"
themenu=whichone
if (document.all){
themenu.style.left=document.body.scrollLeft+event.clientX-event.offsetX
themenu.style.top=document.body.scrollTop+event.clientY-event.offsetY+18
if (themenu.style.visibility=="hidden"){
themenu.style.visibility="visible"
themenu.style.zIndex=zindex++
}
else{
hidemenu()
}
}
}
function dropit(e,whichone){
if (window.themenu&&themenu.id!=eval(whichone).id)
themenu.visibility="hide"
themenu=eval(whichone)
if (themenu.visibility=="hide")
themenu.visibility="show"
else
themenu.visibility="hide"
themenu.zIndex++
themenu.left=e.pageX-e.layerX
themenu.top=e.pageY-e.layerY+19
return false
}
function hidemenu(whichone){
if (window.themenu)
themenu.style.visibility="hidden"
}
function hidemenu2(){
themenu.visibility="hide"
}
if (document.all)
document.body.onclick=hidemenu
//以上不要改
菜單一
菜單二
if (document.all)
dropmenu0.style.padding="4px"
for (i=0;i
if (document.all)
dropmenu1.style.padding="4px"
for (i=0;i