Need to fix the menu bar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssurya
    New Member
    • Jan 2012
    • 2

    #1

    Need to fix the menu bar

    I have a site in which the menu bar is changing its position when the widow site is reduced or screen resolution

    the Link of the site is LINK

    So i want to fix this to the right end of the screen irrespective of window or screen resolution
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    It is fixed to the right at all times and must move to do so. So you'll have to redefine your requirement.

    Comment

    • ssurya
      New Member
      • Jan 2012
      • 2

      #3
      yes you are right but But the thing is that the it not working see the screenshots



      in the screen shots see the menu bar it should be side of the logo but it comes below the logo

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        I'm leaving to go out of town.

        The h1 is a block level element and expands completely to the right, thus blocking the menu. Your div around the h1 serves no purpose. You might fix this by floating the h1 to the left but I haven't tried it.

        Comment

        Working...