Results 1 to 3 of 3

Thread: Anylink CSS v2.0 scrolling issue

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

    Default Anylink CSS v2.0 scrolling issue

    1) Script Title:
    Anylink CSS v2.0 causing scroll bar issue
    2) Script URL (on DD):
    http://dynamicdrive.com/dynamicindex1/anylinkcss.htm
    3) Describe problem:
    I am helping a grade school with their website and using the anylink CSS menu for them. They have a lot of static pages and I am pretty sure its the length of the hidden menu items that are causing their pages to show scrollbars when they are not needed. If I remove the navigation bar, or shorten how many pages are in the menu, scrollbars go away. Anybody have any ideas how to truly 'hide' the anylink menu items so they don't cause the page to scroll down below the last content area?

    Here is a link to my site with the problem: http://www.havensdesign.com/oakland/index3.php You can click another link in the content area to see a second page with no navigation and no scrolling issues. (dont use the navigation bar)

    The pages are set up in tables because it's a set of teachers that will be updating the site, so I can't really change that if it has anything to do with the problem. Thanks for any help!

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

    Default

    It seems to be the anylink shadow somehow causing the problem. Since you are not using the shadow anyway, you could try to remove it completely. Maybe css like this could help:
    Code:
    .anylinkshadow {
       display: none;
    }

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

    Default Yes!

    You are awesome! That worked! Thanks so much for taking the time to look into it. I would have NEVER figured that out.

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
  •