marquees URGENT

Smith

Skilled
i have been trying to add a scrolling marquee to a blog template.
In FF, the text keeps scrolling for ever..thats nice.

But in IE it scrolls once and stops...i want to rectify this..any ideas?
html code that i used is

<marquee scrollamount="1" direction="up" behavior=slide height="300">
 
Usually if no behaviour is given, it will scroll continuously..try giving behaviour="alternate" or behaviour="left" or behaviour="right" .. these html tags are browser dependent..for example, it happened to me tht the reset button worked on one version of IE but didnt on some other version!
 
shrutimysore said:
Usually if no behaviour is given, it will scroll continuously..try giving behaviour="alternate" or behaviour="left" or behaviour="right" .. these html tags are browser dependent..for example, it happened to me tht the reset button worked on one version of IE but didnt on some other version!

the behaviour=right worked..for both browsers.

Thanx a lot..rep'd u :)
 
Back
Top