Results 1 to 4 of 4

Thread: Dynamic-FX Slide-In Menu (v 6.5) All

  1. #1
    Join Date
    Dec 2004
    Location
    In a house
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic-FX Slide-In Menu (v 6.5) All

    I am useing Dynamic-FX Slide-In Menu (v 6.5) All.Works great on angelfire but I am switching to geo and can't get it to work there.No error messages.It just won't work.
    Any ideas would be helpful.
    Yes. ssm.js and ssmitem.js is inside the geo web shell and the code below is in the head section.

    <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>

  2. #2
    Join Date
    Dec 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    did you place both files from the zip file into your web file folder?

  3. #3
    Join Date
    Dec 2004
    Location
    In a house
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Sure did

    After I edited them to my preferences I uploaded them to goe.I also tried takeing them from angelfire and putting them into geo.Changed the src several times until I got sleepy and gave up until I had more time. If you have a minute to spare go to http://www.geocities.com/kenny_m_41/page2.html view source and give me some ideas as to what to do.
    Thanks for replying so fast.
    Kenny

  4. #4
    Join Date
    Mar 2005
    Location
    BFE, WA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •