<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="1">This is an example of Marquee (Loop : 1)</marquee>
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrollamount="5" loop="infinite">This is an example of Marquee (Loop : Infinite)</marquee>
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080"
scrollamount="5" loop="3">This is an example of Marquee (Loop : 3)</marquee>
18-06-2020 | |
But why is their not any action taking place in both loop1 and loop3 |
24-06-2020 | |
loop1 and loop3 stops after completing their loops. You need to refresh the page to move them again. |
28-11-2020 | |
I used the marquee for a movie closing credits session on an "a href" button and combined it with a warning message box function But this marquee always runs before we open the link, how to make this marquee run only when we click the link, I think this using some sort of JS / jQuery |
04-12-2020 | |
You can keep a div or span tag in hidden by default. Make it visible ( inline ) only when the button is clicked. You can directly write the code with click event of the button. |
26-09-2022 | |
Sire, i know infinite loop , actually it's by default infinite while we using <marquee> tag....But I need endless loop.....Like the text never been end.....It's circular....Like it's end connected to head... Thanks |