Начало
Навигация
Портативный меню
Навигационное меню для посетителей, чтобы помочь им обойти на вашем сайте.
Menu Bar
Укажите свой ссылки
Укажите свой ссылки
Укажите свой ссылки
Укажите свой ссылки
JavaScript Navigation: Портативный меню
<!-- THREE STEPS TO INSTALL PORTABLE MENU: 1. Copy the coding into the HEAD of your HTML document 2. Add the onLoad event handler into the BODY tag 3. Put the last coding into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin function setVariables() { if (navigator.appName == "Netscape") { v=".top="; dS="document."; sD=""; y="window.pageYOffset"; } else { v=".pixelTop="; dS=""; sD=".style"; y="document.body.scrollTop"; } } function checkLocation() { object="object1"; yy=eval(y); eval(dS+object+sD+v+yy); setTimeout("checkLocation()",10); } // End --> </script> </HEAD> <!-- STEP TWO: Insert the onLoad event handler into your BODY tag --> <!-- STEP THREE: Copy this code into the BODY of your HTML document --> <div id="object1" style="position:absolute; visibility:show; left:0px; top:0px; z-index:2"> <table width=130 border=0 cellspacing=20 cellpadding=0> <tr> <td><CENTER>Menu Bar</CENTER></td> </tr> <tr> <td><a href="../" >Укажите свой ссылки</a></td> </tr> <tr> <td><a href="../" >Укажите свой ссылки</a></td> </tr> <tr> <td><a href="../" >Укажите свой ссылки</a></td> </tr> <tr> <td><a href="../" >Укажите свой ссылки</a></td> </tr> </table> </div> <table> <tr> <td width=130> <font color="white"> </font> </td> <td> The rest of your site goes here </td></tr> </table> <!-- Script Size: 1.69 KB -->