Marquee

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Ross

    Marquee

    Although some browsers support the MARQUEE tag, it is not defined
    in the HTML 4.01 specification. This tag creates a scrolling line
    of text. It works with Mozilla 1.6 and supposedly with Internet
    Explorer.

    Is there a way to get a scrolling line of text within the HTML
    4.01 or CSS specifications without resorting to Java or
    JavaScript?

    --

    David E. Ross
    <http://www.rossde.com/>

    I use Mozilla as my Web browser because I want a browser that
    complies with Web standards. See <http://www.mozilla.org/>.
  • David Håsäther

    #2
    Re: Marquee

    David Ross <nobody@nowhere .not> wrote in:
    [color=blue]
    > It works with Mozilla 1.6 and supposedly with Internet
    > Explorer.[/color]

    Yea, IE introduced <marquee>.
    [color=blue]
    > Is there a way to get a scrolling line of text within the HTML
    > 4.01 or CSS specifications without resorting to Java or
    > JavaScript?[/color]

    No.

    --
    David Håsäther

    Comment

    • Neal

      #3
      Re: Marquee

      On Sat, 06 Mar 2004 12:25:40 -0800, David Ross <nobody@nowhere .not> wrote:
      [color=blue]
      > Although some browsers support the MARQUEE tag, it is not defined
      > in the HTML 4.01 specification. This tag creates a scrolling line
      > of text. It works with Mozilla 1.6 and supposedly with Internet
      > Explorer.
      >
      > Is there a way to get a scrolling line of text within the HTML
      > 4.01 or CSS specifications without resorting to Java or
      > JavaScript?
      >[/color]


      Ask your users to spin the monitor around.

      The marquee "feature" has been buried - deep - as a possibility in
      accessible design. You'll need to use Js etc. or animation of some sort to
      do that.

      Comment

      • DU

        #4
        Re: Marquee

        David Ross wrote:[color=blue]
        > Although some browsers support the MARQUEE tag, it is not defined
        > in the HTML 4.01 specification. This tag creates a scrolling line
        > of text. It works with Mozilla 1.6[/color]

        Really?
        Bug 232545 (Text included by <marquee></marquee> is not shown) was fixed
        not too long ago.


        and supposedly with Internet[color=blue]
        > Explorer.
        >
        > Is there a way to get a scrolling line of text within the HTML
        > 4.01 or CSS specifications without resorting to Java or
        > JavaScript?
        >[/color]


        No.
        With javascript:


        With CSS3:


        Top Ten Mistakes in Web Design
        "3. Scrolling Text, Marquees, and Constantly Running Animations
        Never include page elements that move incessantly. Moving images have an
        overpowering effect on the human peripheral vision. A web page should
        not emulate Times Square in New York City in its constant attack on the
        human senses: give your user some peace and quiet to actually read the
        text!"
        The 10 most egregious UX offenses against users. Web design disasters and HTML horrors are legion, though many usability atrocities are less common than they used to be.


        DU

        Comment

        • Karl Smith

          #5
          Re: Marquee

          David Ross <nobody@nowhere .not> wrote:
          [color=blue]
          > Although some browsers support the MARQUEE tag, it is not defined
          > in the HTML 4.01 specification. This tag creates a scrolling line
          > of text. It works with Mozilla 1.6 and supposedly with Internet
          > Explorer.[/color]

          Microsoft originated MARQUEE and their documentation says it must have
          both start and end tags, so firstly, let's call it an "element" and
          secondly, it certainly works in Internet Explorer. Opera implements
          MARQUEE and BLINK with Opera 7.2 [1]. Since all three Windows
          graphical browsers now implement MARQUEE, and since "everyone uses
          windows", its status in W3C specifications is largely irrelevant.

          [color=blue]
          > Is there a way to get a scrolling line of text within the HTML
          > 4.01 or CSS specifications without resorting to Java or
          > JavaScript?[/color]

          (Now why would you want to do a crazy thing like that?)

          This is where the "standards compliant" fetish gets exposed. There's
          nothing more annoying than seeing some webpage start up a Java applet
          just to include a line of scrolling text. And such Java de-enhanced
          webpages are "standards compliant" - woo hoo! If you really feel you
          must have scrolling text, please just use a MARQUEE. What's the worst
          that can happen - the text will be rendered but not scrolling?

          [1] There used to be a nasty bug in Opera caused by their experimental
          marquee implementation in 7.0 and 7.1, that rendered the MARQUEE text
          invisible.

          --
          Karl Smith.

          Comment

          • Eric Jarvis

            #6
            Re: Marquee

            Marquee...just say NO

            --
            eric

            "live fast, die only if strictly necessary"

            Comment

            Working...