- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
var menuwidth='165px';
var disappeardelay=1000;
var hidemenu_onclick="yes";
var ie4=document.all;
var ns6=document.getElementById&&!document.all;
if(ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;position:absolute;z-index:100;width:'+menuwidth+';" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>');
.............
dropmenuobj=document.getElementById?document.getElementById("dropmenudiv"):dropmenudiv;
.............
function hidemenu(e)
{
if(typeof dropmenuobj!="undefined")
{
if(ie4||ns6)dropmenuobj.style.visibility="hidden"
}
};
.............
if(hidemenu_onclick=="yes") document.onclick=hidemenu;
Комментарии (0) RSS
Добавить комментарий