Results 1 to 4 of 4

Thread: Float Fold-out external menu

  1. #1
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Float Fold-out external menu

    1) Script Title: Fold-out external menu

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

    3) Describe problem: Make it Float when Page scrolls




    How do i make this script float when the page is scrolled.
    Last edited by Gulsaes; 11-26-2008 at 11:38 AM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Edit this in the head section:
    Code:
    <style>
    <!--
    #slidemenubar, #slidemenubar2{
    position:fixed;
    border:1.5px solid black;
    line-height:20px;
    }
    -->
    </style>

  3. #3
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks a million

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, make sure you go to your first post, edit, go advanced and add the Resolved prefix to the thread.

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
  •