rejetto forum

Slide Menu In Ur HFS..

0 Members and 1 Guest are viewing this topic.

Offline MASTER MIND

  • Occasional poster
  • *
    • Posts: 22
    • View Profile
    • Software Zone
Add Slide Menu In Ur HFS MAIN PAGE....

Directions

Step 1: First, download the following zip file, which subsequently contains two .js files required by the menu:
Name : menu.zip (click or click with Shift key depressed in NS to download)
http://www.dynamicdrive.com/dynamicindex1/menu.zip ..

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:
Code: [Select]
<style type="text/css">
<!--
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, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com

</SCRIPT>

<SCRIPT SRC="ssmItems.js" language="JavaScript1.2"></SCRIPT>

Yes, that's it!

Configuring the menu


All configurations to the menu are done inside "ssmItems.js". Open the file up using any text editor to edit the menu's style, and the displayed links...

If You Have Any Prob So Plz Tell Me..

Enjoy.....
[/b]


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
very good....
you made it with javascript
i found one that use a .swf file that "plays" every kind of images and use no script, just a swf file that search a xml file(that can be generated by a filelist.tpl file on the root of the hfs) with the right formating on the structure on it...

but your solution is more clean and does not broke the .m3u file(the one that we call using ~list.m3u)....

thanks, but i still guess that the flash is more usable and trustable (also looks more beauty), but the javascript give to us more usability...
<<LeDuFe>>


Offline MASTER MIND

  • Occasional poster
  • *
    • Posts: 22
    • View Profile
    • Software Zone
ya ur right i made it with javascript MENU.JS. . if u want to add ur web page first intall flash player ..

and paste this code ur templete HEAD section...

<SCRIPT SRC="( Add File Ur HFS And Set Link Here)s" language="JavaScript1.2">
</SCRIPT>
<SCRIPT SRC="( Add File Ur HFS And Set Link Here)" language="JavaScript1.2"></SCRIPT>
<html>
<title>%title%</title>
<head>
<HEAD>
<style type="text/css">
<!--
A.ssmItems:link    {color:white;text-decoration:none;}
A.ssmItems:hover  {color:orange;text-decoration:none;}
A.ssmItems:active  {color:white;text-decoration:none;}
A.ssmItems:visited  {color:white;text-decoration:none;}

//-->
</style>

add menu files is HFS set link in code ..

and Enjoy...

i also use .SWF files is my templete.. file that play my web site BANNER  ..  :)