Excellence WebMenu Maker
htmlship1_ad.gif (6211 字节)
HtmlShip
 
Excellence Html Compress
 
OO Picture Game
Hot Software
Wav to mp3 Software
Excellence Killer
Hot Link
Uxiu Software
WebPictures Downloader

Java menu script>Menu Make>Static Menu

Description: This cool script renders a menu that's statically positioned at the left edge of your page, never going out of sight!
<SCRIPT LANGUAGE="JavaScript">

/*
Created by Randy Bennet http://home.thezone.net/~rbennett/utility/javahead.htm
Featured on JavaScript Kit (http://javascriptkit.com)
For this and over 400+ free scripts, visit http://javascriptkit.com
*/

function setVariables() {
if (document.layers) {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}
else if (document.all){
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
}
else if (document.getElementById){
y="window.pageYOffset";
}
}
function checkLocation() {
object="object1";
yy=eval(y);
if (document.getElementById)
document.getElementById("object1").style.top=yy
else
eval(dS+object+sD+v+yy)
setTimeout("checkLocation()",10);
}
</script>

<div id="object1" style="position:absolute; visibility:show; left:0px; top:0px; z-index:5">

<table width=150 border=0 cellspacing=20 cellpadding=0 >
<tr>
<td bgcolor="#EAEAEA"><CENTER><b>Static Menu</b></CENTER></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://javascriptkit.com" >JavaScript Kit</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://javascriptkit.com/cutpastejava.shtml" >Free Scripts</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://javascriptkit.com/javatutors" >JavaScript tutorials</a></td>
</tr>
<tr>
<td bgcolor="#EAEAEA"><a href="http://javascriptkit.com/cgi-bin/Ultimate.cgi" >Help Forum</a></td>
</tr>
</table>
</div>
 

 

<BODY OnLoad="setVariables();checkLocation()">

You're essentially done. Note that, since the menu occupies the left portion of your page, if you wish other contents not to be obstructed by it, you should structure your page  (using table columns) so that the left margin is reserved blank for the script to roam around, like in this page. Enjoy!

 

Copyright © 2002-2003 Excellence Software, Inc.All rights reserved.