Dynamic-FX Slide-In Menu

  • I tried to install this http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm but when my tour starts it disapears I want to have it always ontop

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


    is this possible or should I use another sliding menu, *pinch*

  • You may want to try setting your wmode to transparent...

    If you are using swfobject 2.1 then it would look something like this...

    Code
    var params = {
    allowfullscreen: "false",
    wmode: "transparent",
    bgcolor: "#FFFFFF"
    };

    In my experience though, this can mess up the scrolling fix and zooming with the scroll wheel.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!