Hzz
Hzz

Reputation: 1938

Give marquee's effect to placeholder

I have a input tag, and the input has a placeholder attribute. then I want to make the placeholder text scrolling automatically just like marquee.

it is possible to make it? If yes, how can I do it, by add marquee tag inside the placeholder attribute, use CSS, or something else? Please if it possible, prevent from using javascript, especially library, except no other way to do it...

Thank you...

Upvotes: 1

Views: 1864

Answers (1)

Mohit Bajoria
Mohit Bajoria

Reputation: 505

Marquee feature is obsolete although it may work in some browsers. It's not good practice to use marquee. Try avoiding it

Concerning your question you can't use marquee inside placeholder whereas you can use transition in placeholder

Upvotes: 2

Related Questions