+ 1
Help !!!
marquee { white-space: nowrap; overflow: hidden; /* Safari and Chrome */ overflow-x:-webkit-marquee; -webkit-marquee-direction: forward; // not working -webkit-marquee-style: scroll; -webkit-marquee-speed: fast; -webkit-marquee-increment: small; -webkit-marquee-repetition: infinite; } forward marquee is not working
3 Réponses
+ 5
marque is from html4 it is not supported by html5.
+ 4
marquee was never part of Html specifications.
marquee was IE specific, and even other browsers have supported it, its usage is unadvised (as it never have been neither will be part of Html specfication, its support should disapear in future) and should be replaced with valid Html element custom stylized with Css...
Anyway, marquee (in the microsoft model) doesn't have css properties (and all the more vendor prefixed ones) but only specific html attributes ^^
+ 1
okay