Results 1 to 2 of 2

Thread: Floating Menu Script

  1. #1
    Join Date
    Apr 2005
    Location
    UK
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Floating Menu Script

    1) Script Title: Floating Menu Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...staticmenu.htm

    3) Describe problem: is there a way you can make this script expanable as with all my links its too long for my page so you can not see some of the bottom links.
    Last edited by poohster; 09-05-2007 at 02:48 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is a old posting but here it is my solution for it. The position is defined in this statement:

    function JSFX_FloatTopDiv()
    {
    var startX = ##,
    startY = ###;

    Where x is the position where the menu will be placed in relation with the left border and Y the position in relation to the bottom. The greater value x has the more space you have between the left border and the menu, with Y is similar you can set the value to fit the correct vertical position where you want it to show in relation with the bottom border.

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
  •