Joma Alrzini

Joma Alrzini

  • NA
  • 61
  • 30.8k

how to make marquee viewed in internet explorer browser?

Jul 10 2016 7:05 PM
I am using marquree to animate the text so for others browsers such as chrome it works fine but in IE the text is not appear can anybody help 
this the code
 
<marquee behavior="scroll" direction="up" width="auto" height="400px" scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();">.........text       </marquee>  

Answers (4)