Creating a cross-browser marquee

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Terry Murray

    Creating a cross-browser marquee

    Hi everybody,

    I would like to be pointed to resources that shows how to create a scrolling
    marquee that works with both of the major browsers (IE and Netscape).

    Thanks in advance

    Terry


  • Martin Honnen

    #2
    Re: Creating a cross-browser marquee



    Terry Murray wrote:[color=blue]
    > I would like to be pointed to resources that shows how to create a scrolling
    > marquee that works with both of the major browsers (IE and Netscape).[/color]

    Have you tied
    <marquee>
    ?? Sadly Netscape 7 implements that

    --

    Martin Honnen


    Comment

    • Yann-Erwan Perio

      #3
      Re: Creating a cross-browser marquee

      Martin Honnen wrote:
      [color=blue]
      > Have you tied
      > <marquee>
      > ?? Sadly Netscape 7 implements that[/color]

      ....but the script behind is broken IIRC, you cannot script the marquee
      efficiently, eg something like
      <marquee onclick="this.d irection='right '">Hello</marquee>
      would fail miserably.

      Erik Arvidsson has produced an interesting alternative using XBL
      <URL: http://webfx.eae.net/dhtml/xblmarquee/xblmarquee.html >


      Cheers,
      Yep.

      Comment

      Working...