Create a Marquee in html -


i want create marquee when text exit 1 side , show on other side

like have code

<marquee behavior="scroll" scrollamount="1.5">hello world</marquee> 

its shows hello world move left right when first letter hide enters left side want doesn't hide begin again left side. h hide left h shows @ right side.

put

marquee behavior="alternate">

to fix it...


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -