+ 1
Guys Pls Open This Code And Help Me Pls i want See marquee In One Line ? How
5 ответов
+ 5
Adapted from @Maz version, this is the <marquee> free version, done in pure Css (no JS)
https://code.sololearn.com/W4E9F2LDIFS9/?ref=app
+ 14
You're using a deprecated attribute (bgcolor) and a deprecated tag (marquee).
You did not close the <title> tag.
I understand what should be the "final effect", this could a possible solution: https://code.sololearn.com/WtS3YzZZNPgZ/?ref=app
+ 13
@visph don't forget the prefixes, no animation in my browser. :3
+ 3
@Maz:
Oh yeah, you're totally right ;) I'm often too lazy to do so :P
@Khikadi Ravi sharma:
I will update my code, but the 'animation' and '@keyframes' keyword needs to bee duplicated at least with -webkit- vendor prefix (others depending on how old versions of browsers you want support)
0
.thanks Guys Your Answers So Helpful