Results 1 to 2 of 2

Thread: To fast shift of menu in menu bar
      
   

  1. #1
    flemmingronbog is offline Private
    Join Date
    Apr 2009
    Posts
    1

    Default To fast shift of menu in menu bar

    Hi
    Can anyone help me?
    I have created webpages in Bluevoda, and used the menu bar.
    The links works and thats ok, but I would very much like to turn down the speed when navigation between the menu and submenu items?
    I have tried to select the property of the menu bar but there is no way I can adjust speed.
    - Flemming

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: To fast shift of menu in menu bar

    Think this one came up before & we got around it by editing the page in c panel. On the page there will be some code like below & you will have to edit the part in red to how quick or slow the menu closes. Can’t remember if you increase or decrease the number. This you will have to experiment with.

    folderRight: '',
    itemLeft: '',
    itemRight: '',
    mainSpacing: 0,
    subSpacing: 0,
    delay: 100,
    offsetSubAdjust: [0, -1]
    };

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49