Results 1 to 4 of 4

Thread: Menu fade up

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Menu fade up

    1) Script Title: Simple Controls Gallery v1.3

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

    3) Describe problem: How can I make the navigation bar on the bottom stay on at all times without having to fade up? So it appears as a simple navigation bar. No fade up, no drop down.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    I could't figure out how to modify the javascript, but it is possible to override it with css like this:
    Code:
    .navpanellayer{
    top:135px !important;
    }
    the 135px equals the height of the image (in this case 180px) minus 45px, so you would have to adjust it to the height of the images you want to use.

  3. #3
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks

    Thanks Azoomer. I'll give that a try this morning. I couldn't find it anywhere in the .js file either. Odd.

  4. #4
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    AZoomer. That worked! Thanks so much!

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
  •