Results 1 to 1 of 1

Thread: Dynamic-FX Slide-In Menu Help

  1. #1
    Join Date
    Apr 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic-FX Slide-In Menu Help

    Everything is working fine basically; it is just the customization that I am having trouble with.
    SCRIPT LINK: http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm

    Code:
    YOffset=40; // no quotes!!
    staticYOffset=40; // no quotes!!
    slideSpeed=20 // no quotes!!
    waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
    menuBGColor="http://www.habbo-tech.com/nav.PNG";
    menuIsStatic="yes";
    menuWidth=140; // Must be a multiple of 10! no quotes!!
    hdrFontFamily="verdana";
    hdrFontSize="2";
    hdrFontColor="#ffffff";
    hdrBGColor="transparent";
    hdrAlign="left";
    hdrVAlign="center";
    hdrHeight="18";
    linkFontFamily="Verdana";
    linkFontSize="1";
    linkBGColor="transparent";
    linkOverBGColor="transparent";
    linkTarget="Main";
    linkAlign="Left";
    barBGColor="transparent";
    barFontFamily="arial, sans serif";
    barFontSize="2";
    barFontColor="#ffffff";
    barVAlign="center";
    barWidth=15; // no quotes!!
    That is the whole customizing part found in the ssmItems.js file. As you can see, I have finished customizing, except for the table BG colour.

    Code:
    menuBGColor="http://www.habbo-tech.com/nav.PNG";
    When I put in a normal colour; white, red, black etc. It works fine, but I have made an image that I want to be the BG for the whole table and it doesn’t work.

    Can anyone help me with this problem?

    Thanks in advance
    Last edited by Tixylix; 06-18-2006 at 11:45 PM.

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
  •