Русский
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Для реализации этого эффекта необходимо выполнить два шага. первый шаг: добавьте следующий код в область <body> --> <style> body,td,a {font-size:9pt;color:black} .none{border:black 1px Solid;background:D9D9D9;padding- верх: 2} .over {border:black 1px сплошной;фон:707888;цвет:белый;padding-top:2} </style> <div style="position:absolute; left: 100; top: 20; width: 1; высота: 1; курсор: рука" ID=plane onmousedown="down=true;divleft=event.clientX-parseInt(plane.style.left);divtop=event.clientY-parseInt(plane.style.top)" onmouseup = "down = false"> <div align=center style="position:absolute; left:220px; top:3px; width:100px; height:19px; z-index:1;color:white;background:707888; курсор: move"onmouseover='stopTimerline();menuItemIn()' onmouseout='runTimerline()' class="none">Перетаскиваемое меню</div> <div align=center id="item11" style="position: Absolute ; слева: 120 пикселей; сверху: 25 пикселей; высота: 19 пикселей; z-index: 2; фильтр: альфа (непрозрачность = 0)» onmouseover = «this.className = 'over'; this.className='none';runTimerline()" class="none" >Первый пункт меню</div> <div align=center id="item12" style="position:absolute; left:320px top:47px; ширина: 99 пикселей; высота: 19 пикселей; z-index: 3; фильтр: альфа (непрозрачность = 0)» class = none onmouseover = «this.className = 'over'; stopTimerline ()» onmouseout = «this.className =» нет ';runTimerline()">Пункт второго меню</div> <div align=center id="item13" style="position:absolute; left:120px; top:69px; height:19px; :4; filter:alpha(opacity=0)" class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">Пункт третьего меню < /div> <div align=center id="item14" style="position:absolute; left:320px; top:91px; width:99px; height:19px; z-index:5;filter:alpha(opacity=0) " class=none onmouseover="this.className='over';stopTimerline()" onmouseout="this.className='none';runTimerline()">Четвертый пункт меню</div> <div align=center id= " item15" style="position:absolute; left:120px; top:113px; height:19px; z-index:6; filter:alpha(opacity=0)" class=none onmouseover="this.className = 'over';stopTimerline()" onmouseout="this.className='none';runTimerline()">Пятый пункт меню</div> </div><script> //Меню анимации var currTimerlinePoint=0 var totalTimerlineFrames= 2 var timerlineTimer var leftLine = 50 var timerIn var timerOut var timerlineArray = new Array() timerlineArray[0]='' timerlineArray[1]='menuItemOut()' function runTimerline() { window.timerlineTimer = setTimeout('menuItemOut() ' ,500) } function stopTimerline() {clearTimeout(window.timerlineTimer) } function MenuItemIn() { if( leftLine != 150) { item11.style.pixelLeft += 20; item11.filters.alpha.opacity += 20 item12 . style.pixelLeft -= 20; item12.filters.alpha.opacity += 20 item13.style.pixelLeft += 20; item13.filters.alpha.opacity += 20 item14.style.pixelLeft -= 20; .opacity += 20 item15.style.pixelLeft += 20; item15.filters.alpha.opacity += 20 leftLine += 20 } else {clearTimeout(window.timerIn) return false } timerIn=window.setTimeout('menuItemIn( ) ',1) } functionmenuItemOut() {clearTimeout(window.timerIn) if (leftLine != 50) { item11.style.pixelLeft -= 20; item11.filters.alpha.opacity -= 20 item12.style.pixelLeft + = item12.filters.alpha.opacity -= 20 item13.style.pixelLeft -= 20; item13.filters.alpha.opacity -= 20 item14.style.pixelLeft += 20; item14.filters.alpha.opacity -= 20; item15.style.pixelLeft -= 20; item15.filters.alpha.opacity -= 20 leftLine -= 20 } else {clearTimeout(window.timerOut) return false; } timerOut=window.setTimeout("menuItemOut()",1 ) } self.moveTo(0,0) self.resizeTo(screen.availWidth,screen.availHeight) //Перемещение слоя var over=false,down=false,divleft,divtop;function move(){if(down){plane . style.left=event.clientX-divleft;plane.style.top=event.clientY-divtop}} </script> <!--Шаг 2: добавьте "onmousemove="move()"" в <body >Пример в тег: --> <body onmousemove="move()">