Ok, so Firefox and my Marquees don't like to be friends...

  • Thread starter Thread starter <_Spike_>
  • 2 comments
  • 763 views
Messages
1,637
I could really use a hand here, now I don't know if it's just because I'm in firefox or what but eh. Quite simply I need a scrolling Marquee but everything I try either won't show or will only fill up 1/5th the window no matter what heigh I specify...

So is it at all possible to make a working Marquee that behaves in Firefox or...?

And if anyone out there can do it I'd gladly make a request :dopey:
 
I've just tried

Code:
<marquee>Testing this marquee</marquee>

in FF2 and its worked fine for me?

edit: Are you trying to do a vertical marquee?

In that case I'm not sure of a way to make it use the whole screen, Theres this code

Code:
<marquee behavior="scroll" direction="up" style="height:600px;">Hello</marquee>
but that will only work for screens with heights of 600px or less......
 
Back