hey,
was searching on the name of this script to see if anyone had asked my question about it previously.
looked at your website.
the quotes are in the wrong place in your page source.
Code:
<SCRIPT SRC=http://www.geocities.com/kenny_m_41/"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=http://www.geocities.com/kenny_m_41/"ssmItems.js" language="JavaScript1.2"></SCRIPT>
should be:
Code:
<SCRIPT SRC="http://www.geocities.com/kenny_m_41/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="http://www.geocities.com/kenny_m_41/ssmItems.js" language="JavaScript1.2"></SCRIPT>
The quotes needed to be around the entire URL, not just the filename of the script.
Bookmarks