Menubar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Einar Langøen

    Menubar

    Please help:

    Can I program a menu bar that is at the top of the screen no matter
    how the user scrolls down the page. Only using CSS and HTML?
    Thanks.

    /Einar Langøen




  • Johannes Koch

    #2
    Re: Menubar

    Einar wrote:[color=blue]
    > Please help:
    >
    > Can I program a menu bar that is at the top of the screen no matter
    > how the user scrolls down the page. Only using CSS and HTML?[/color]

    You cannot program with HTML or CSS. But you can use CSS's position:
    fixed (doesn't work with Win IE).
    --
    Johannes Koch
    In te domine speravi; non confundar in aeternum.
    (Te Deum, 4th cent.)

    Comment

    • Johannes Koch

      #3
      Re: Menubar

      Einar wrote:[color=blue]
      > Please help:
      >
      > Can I program a menu bar that is at the top of the screen no matter
      > how the user scrolls down the page. Only using CSS and HTML?[/color]

      You cannot program with HTML or CSS. But you can use CSS's position:
      fixed (doesn't work with Win IE).
      --
      Johannes Koch
      In te domine speravi; non confundar in aeternum.
      (Te Deum, 4th cent.)

      Comment

      • MasonC

        #4
        Re: Menubar

        On Fri, 23 Apr 2004 15:20:02 +0200, Einar Langøen <theking@broadp ark.no> wrote:
        [color=blue]
        >Please help:
        >
        >Can I program a menu bar that is at the top of the screen no matter
        >how the user scrolls down the page. Only using CSS and HTML?
        >Thanks.
        >[/color]

        My pages use Javascript and works in several browsers, including MSIE6:
        There is a menu bar at the left and a title bar across the top.



        I had the impression that a non-scrolling menu bar was otherwise
        impossible in MSIE.

        The following refer to a menu bar at the *side* of the screen, not
        the top, but the methods may work for a top bar ?

        Recent posts here, one by brucie, show two instructions that seem
        to work and do not use Javascript:





        On a quick test in MSIE6 and Opera, this one works:



        Caveat: I've only spent a couple minutes looking at these.

        Mason C

        Comment

        • MasonC

          #5
          Re: Menubar

          On Fri, 23 Apr 2004 15:20:02 +0200, Einar Langøen <theking@broadp ark.no> wrote:
          [color=blue]
          >Please help:
          >
          >Can I program a menu bar that is at the top of the screen no matter
          >how the user scrolls down the page. Only using CSS and HTML?
          >Thanks.
          >[/color]

          My pages use Javascript and works in several browsers, including MSIE6:
          There is a menu bar at the left and a title bar across the top.



          I had the impression that a non-scrolling menu bar was otherwise
          impossible in MSIE.

          The following refer to a menu bar at the *side* of the screen, not
          the top, but the methods may work for a top bar ?

          Recent posts here, one by brucie, show two instructions that seem
          to work and do not use Javascript:





          On a quick test in MSIE6 and Opera, this one works:



          Caveat: I've only spent a couple minutes looking at these.

          Mason C

          Comment

          Working...