Okay, both .js files should be uploaded. The renamed ones as well. In the script page you were told to add this code to the page you want it to appear on:
Code:
<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>
You need to change all the instances of ssmItems.js to ssmItemsEs.js, make sure the path (SCRIPT SRC= "") points to the Es.js file.
Also, inside the ssmItemsEs.js file, if you haven't changed all the ssmItems: to ssmItemsEs: it would be a good idea. And then change the section of the above code to reflect that change as well.
Bookmarks