⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu-sliding-image.html

📁 Use scipts to get Background effects on your web Page
💻 HTML
字号:
<HTML>
<HEAD>
<TITLE>JavaScript Source Code 3000:  BG Effects:  Menu Sliding Image</TITLE>
<META HTTP-EQUIV="JavaScript Source Code 3000" CONTENT = "no-cache">
<META NAME="description" CONTENT="(Internet Explorer Only) Provides a navigation menu with a moving image behind the menu!">
<META NAME="date" CONTENT="2000-10-31">
<META NAME="channel" CONTENT="Web Developer">
<META NAME="author" CONTENT="Daniel Dhillon">
<META NAME="section" CONTENT="BG Effects">
<style>
BODY
{
}
.clsMenu
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 9
}
.clsBlue
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 8
}
.clsLink1
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
.clsLink2
{
LEFT: 272px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
.clsLink3
{
LEFT: 346px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Daniel Dhillon (daniel@dhillon.com) -->
<!-- Web Site:  http://www.daniel.dhillon.com -->




<!-- Begin
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))

var FStart = "";
var BStart = "";

if (ns4) {
layerRef="document.layers";
styleRef="";
} else {
layerRef="document.all";
styleRef=".style";
}       

function movFwd(which, xstart, xfinish, ystart, yfinish, step, speed) {  
BStart = "";
if (FStart == "") {
FStart = xstart;
}
if (ie4 || ns4) {
if (xstart < xfinish) { 
eval(layerRef + '["' + which +'"]' + styleRef + '.top = ystart');
eval(layerRef + '["' + which +'"]' + styleRef + '.left = xstart');
xstart = xstart + step; 
setTimeout("movFwd('" + which + "', " + xstart + ", " + xfinish + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
} else {
setTimeout("movBwd('" + which + "', " + xfinish + ", " + FStart+", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
      }
   }
}

function movBwd(which, xstart, xfinish, ystart, yfinish, step, speed) {
FStart = "";
if (BStart == "") {
BStart = xstart;
}
if (ie4 || ns4) {
if (xstart > xfinish) { 
eval(layerRef + '["' + which +'"]' + styleRef + '.top = ystart');
eval(layerRef + '["' + which +'"]' + styleRef + '.left = xstart');
xstart = xstart - step; 
setTimeout("movBwd('" + which + "', " + xstart + ", " + xfinish + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
} else {
setTimeout("movFwd('" + which + "', " + xfinish + ", " + BStart + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
      }
   }
}
//  End -->
</script>

</HEAD>

<BODY BGCOLOR=#ffffff vlink=#0000ff onLoad="movFwd('bl_grad',200,346,300,300,2,15)">

<BR>
<center>
<table width=600 cellpadding=0 cellspacing=10>
<tr>
<td width=468 align=center>

    
    
</td>
<td width=120 align=center>
    
</td>
</tr>
</table>
<BR>
<BR>
<basefont size=3>
<FONT SIZE="+2" FACE="Helvetica,Arial">
<A HREF="../index.htm" /" TARGET="_top"><FONT COLOR="#0000FF"><b>Home</b></font></A>
<img src="../img/arrow.gif" /img/arrow.gif" height=13 width=7 border=0 alt="}">
<A HREF="index.htm" /bgeffects/"><font color="#FF0000"><b>BG Effects</b></font></A>
<img src="../img/arrow.gif" /img/arrow.gif" height=13 width=7 border=0 alt="}">
<FONT COLOR="#006666"><b>Menu Sliding Image</b></font></font>
<BR>
<BR>
<table BORDER=0 WIDTH=486 CELLPADDING=3 CELLSPACING=0>
<tr><td><font FACE="helvetica,arial,geneva">
<br>
<br>
<!-- Description --><!--content_start-->
(Internet Explorer Only) Provides a navigation menu with a moving image behind the menu!
<hr>
</td></tr>
</table>
<center>
<a href="../img/menu-sliding-image.zip" /img/menu-sliding-image.zip">Download Image Files</a>
</center>
<br>
<br>
<br>
<!-- Demonstration -->
<img src="../img/moving-image-behind-menu/menu.gif" /img/moving-image-behind-menu/menu.gif" border=0 class="clsMenu">
<img src="../img/moving-image-behind-menu/bl_grad.jpg" /img/moving-image-behind-menu/bl_grad.jpg" border=0 class="clsBlue" id="bl_grad">
<a href="JavaScript:void(0)"><img src="../img/moving-image-behind-menu/blank.gif" /img/moving-image-behind-menu/blank.gif" height="16" width="55" border=0 class="clsLink1" alt=home></a>
<a href="JavaScript:void(0)"><img src="../img/moving-image-behind-menu/blank.gif" /img/moving-image-behind-menu/blank.gif" height="16" width="55" border=0 class="clsLink2" alt="Links"></a>
<a href="JavaScript:void(0)"><img src="../img/moving-image-behind-menu/blank.gif" /img/moving-image-behind-menu/blank.gif" height="16" width="54" border=0 class="clsLink3" alt="Contact"></a>
<P>
<P>
<a name="source">
<table BORDER=0 WIDTH=486 CELLPADDING=3 CELLSPACING=0>
<tr><td BGCOLOR=yellow><font FACE="helvetica,arial,geneva"><b>JavaScript Source Code 3000:  BG Effects:  Menu Sliding Image</b>
<p>Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s).  The script is yours!!!
<br><br></font></td></tr>
<tr><td BGCOLOR=yellow ALIGN=CENTER>
<form NAME="copy">

<DIV align="center">
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.select();">&nbsp;&nbsp;&nbsp;&nbsp;
<INPUT TYPE="text" NAME="total" VALUE="Script Size:  3.79 KB" size=24>
</DIV>

<textarea NAME="txt" ROWS=20 COLS=75 WRAP=VIRTUAL>

&lt;!-- THREE STEPS TO INSTALL MENU SLIDING IMAGE:

  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  --&gt;

&lt;!-- STEP ONE: Paste this code into the HEAD of your HTML document  --&gt;

&lt;HEAD&gt;

&lt;style&gt;
BODY
{
}
.clsMenu
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 9
}
.clsBlue
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 8
}
.clsLink1
{
LEFT: 200px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
.clsLink2
{
LEFT: 272px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
.clsLink3
{
LEFT: 346px;
POSITION: absolute;
TOP: 300px;
Z-INDEX: 10
}
&lt;/style&gt;
&lt;SCRIPT LANGUAGE="JavaScript"&gt;
&lt;!-- Original:  Daniel Dhillon (daniel@dhillon.com) --&gt;
&lt;!-- Web Site:  http://www.daniel.dhillon.com --&gt;

&lt;! &gt;
&lt;! &gt;

&lt;!-- Begin
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) &gt;= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) &gt;= 4 ))

var FStart = "";
var BStart = "";

if (ns4) {
layerRef="document.layers";
styleRef="";
} else {
layerRef="document.all";
styleRef=".style";
}       

function movFwd(which, xstart, xfinish, ystart, yfinish, step, speed) {  
BStart = "";
if (FStart == "") {
FStart = xstart;
}
if (ie4 || ns4) {
if (xstart &lt; xfinish) { 
eval(layerRef + '["' + which +'"]' + styleRef + '.top = ystart');
eval(layerRef + '["' + which +'"]' + styleRef + '.left = xstart');
xstart = xstart + step; 
setTimeout("movFwd('" + which + "', " + xstart + ", " + xfinish + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
} else {
setTimeout("movBwd('" + which + "', " + xfinish + ", " + FStart+", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
      }
   }
}

function movBwd(which, xstart, xfinish, ystart, yfinish, step, speed) {
FStart = "";
if (BStart == "") {
BStart = xstart;
}
if (ie4 || ns4) {
if (xstart &gt; xfinish) { 
eval(layerRef + '["' + which +'"]' + styleRef + '.top = ystart');
eval(layerRef + '["' + which +'"]' + styleRef + '.left = xstart');
xstart = xstart - step; 
setTimeout("movBwd('" + which + "', " + xstart + ", " + xfinish + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
} else {
setTimeout("movFwd('" + which + "', " + xfinish + ", " + BStart + ", " + ystart + ", " + yfinish + ", " + step + ", " + speed + ")", speed);
      }
   }
}
//  End --&gt;
&lt;/script&gt;

&lt;/HEAD&gt;

&lt;!-- STEP TWO: Insert the onLoad event handler into your BODY tag  --&gt;

&lt;BODY onLoad="movFwd('bl_grad',200,346,300,300,2,15)"&gt;

&lt;!-- STEP THREE: Copy this code into the BODY of your HTML document  --&gt;

&lt;img src="../img/moving-image-behind-menu/menu.gif" border=0 class="clsMenu"&gt;
&lt;img src="../img/moving-image-behind-menu/bl_grad.jpg" border=0 class="clsBlue" id="bl_grad"&gt;
&lt;a href="JavaScript:void(0)"&gt;&lt;img src="../img/moving-image-behind-menu/blank.gif" height="16" width="55" border=0 class="clsLink1" alt=home&gt;&lt;/a&gt;
&lt;a href="JavaScript:void(0)"&gt;&lt;img src="../img/moving-image-behind-menu/blank.gif" height="16" width="55" border=0 class="clsLink2" alt="Links"&gt;&lt;/a&gt;
&lt;a href="JavaScript:void(0)"&gt;&lt;img src="../img/moving-image-behind-menu/blank.gif" height="16" width="54" border=0 class="clsLink3" alt="Contact"&gt;&lt;/a&gt;

 

&lt;!-- Script Size:  3.79 KB --&gt;</textarea><br><font FACE="helvetica,arial,geneva"></font></td></tr>

</table>
</form>
</FONT>
</CENTER>


</center>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -