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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -