One little oddity in my page menu

Discussion in 'CSS' started by wolfdogg, Aug 15, 2010.

  1. #1
    Hi all.. my site is a . com at web-design101 (I can't post links yet). If you click 'About Amy' at the very top right of the page, it works fine.. but.. in Firefox only, it shows a scroll bar under my menu when you click the menu option. It just appears and goes away... but I've tried everything to make it stop and can't figure out what's causing it.

    Any ideas?

    Kind regards.
     
    wolfdogg, Aug 15, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    add the below property to

    .header-navigation-container {
    overflow-x:hidden;
    }
     
    radiant_luv, Aug 15, 2010 IP
  3. wolfdogg

    wolfdogg Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Perfect! Many thanks!
     
    wolfdogg, Aug 15, 2010 IP