|
|
Java menu script>Menu Make>Dynamic-FX Slide-In Menu
|
| Description:
Handsome inside and out, Dynamic-Fx's slide-in menu will satisfy even the most
demanding webmasters. Among it's long list of features are:
- Ability to statically position menu on page, both x and y
axis (as in demo), or simply inline
- Support for loading link(s) in another frame or window
- Support for multiple columns within each row
- Fully customizable colors, dimensions etc
And to top if all off, the script is cross browser
functional (including NS6).
Demo: To your left. |
| Step
1: First, download the following zip file, which subsequently contains two .js
files required by the menu:
(click or click with Shift
key depressed in NS to download)
The two files contained are "ssm.js"
and "ssmItems.js", both of which you should upload to your webpage
directory.
Step 2: Finally, insert the
below code into the <head> section of your page: |
<STYLE>
<!--
A.ssmItems:link
{color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//-->
</STYLE>
<SCRIPT SRC="ssm.js" language="JavaScript1.2">
//Dynamic-FX slide in menu v6.5 (By maXimus, maximus@nsimail.com)
//Site: http://maximus.ravecore.com/
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
</SCRIPT>
<SCRIPT SRC="ssmItems.js"
language="JavaScript1.2"></SCRIPT> |
|
|
|