tags:

views:

41

answers:

2

marguee with direction="up" not working in IE 6 . Any one please help me. Or please give me another solution

+3  A: 

Marquee should never be used as it is dead. For a cross browser scrolling effect please use a javascript tool like this:

http://flowplayer.org/tools/scrollable/index.html

Richard
A: 

Oh my... IE6? Why on Earth you care about details under this browser?

  1. <marquee> is not a part of HTML specification - use JavaScript instead.
  2. It's 2010 - dump IE6 or at least don't care about details.
Crozin