Results 1 to 3 of 3

Thread: Help with scrollable menu links please

  1. #1
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Help with scrollable menu links please

    Scrollable Menu Links
    http://www.dynamicdrive.com/dynamici...rollerlink.htm

    Hi, as I have a lot of pages I want to link, I have chosen this nav menu from your site.

    However, my bg is now impossibly stretched.

    http://www.oohbabelicious.com/portfolio.html
    Can you help me fix this please?

    Thank you

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In your style area add this part (shown here in red):

    Code:
    <style type="text/css">
    html {
    overflow-x:hidden;
    scrollbar-arrow-color: #873D3C;
    scrollbar-base-color: #406180;
    scrollbar-darkshadow-color: #406180;
    scrollbar-track-color: #3589A1;
    scrollbar-face-color: #406180;
    scrollbar-shadow-color: #406180;
    scrollbar-highlight-color: #406180;
    scrollbar-3dlight-color: #406180;
    }
    </style>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks very much, that fixed my problem beautifully
    Sorry, I'm quite late in my reply, RL got in the way.

    Thanks again

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
  •