a little bug in the navigation bar

Discussion in 'HTML & Website Design' started by fabnl, Mar 20, 2006.

  1. #1
    Dear all,

    I am posting because I do not manage to solve a little bug in my website (www.fab-webs.com).

    In the main navigation, there are two buttons which lead to a sub navigation on mouse over/click. Although I do like the animation, I am bother by the fact that the sub menu appears on the left hand side and not right under the button.

    Does anybody have an idea on how to change this behavior? Any help will be highly appreciated.

    Thanks!

    fab
     
    fabnl, Mar 20, 2006 IP
  2. Slapyo

    Slapyo Well-Known Member

    Messages:
    266
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    You have a style .subglobalNav for each of the sub nav menus. Have you tried adding in the following to that style?
    text-align: right;
    Code (markup):
     
    Slapyo, Mar 20, 2006 IP