Results 1 to 3 of 3

Thread: Dynamic fx slide in menu not working

  1. #1
    Join Date
    Feb 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic fx slide in menu not working

    Hi. I can't seem to get this menu to work properly. If someone could take a look at my code, and let me know what's wrong I'd really appreciate it. This is the menu I'm referring to. http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    This is the page I'm having problems with. I can't get the navigation menu on the left hand side to scroll out.
    www.angelsandairwavesplanet.com/test4.htm

    Thank you!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your page is a mess, I would suggest you learn how to write valid HTML and CSS. There are many problems with the page but, the only thing that is preventing this menu from sliding out is the fact that you have its code entered twice on your page. Using a text editor, get rid of this second (red) section of code, keep the first one:

    Code:
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#FFFFFF}
    
    </style>
    <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>
    <BODY>
    <LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
    <LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
    <LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi. Thanks for the help. I apologize for posting a link to that page. I was only using that as a test page for myself trying things out. I know the code was really messed up. I fixed it. I'll make sure to double check next time I post a link. Sorry.

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
  •