About 53 results
Open links in new tab
  1. Why is <marquee> deprecated and what are the alternatives?

    marquee-play-count marquee-direction marquee-speed but it seems, they don't work. They were a part of specification in year 2008, but they were excluded in year 2014 One way, proposed by W3 …

  2. HTML | What is <marquee> and what can I do with it?

    Apr 6, 2016 · The marquee tag was introduced by either Netscape or Microsoft, back then when there was a browser war between Netscape 4 and IE4. It could be part of HTML 3, but definitely not of the …

  3. What is the equivalent of <marquee> tag in HTML5?

    Dec 5, 2018 · In HTML 4, there is this &lt;marquee&gt; tag that shows sliding text across the screen. What is its equivalent in HTML5?

  4. Is it possible to change the speed of HTML's <marquee> tag?

    Nov 19, 2010 · You can change the speed of marquee tag using scrollamount attribute. It accepts integer values 6 being the default speed, so any value lower then 6 will slow down the marquee effect.

  5. css - How can I make an infinite-scrolling marquee? I can't get my ...

    Aug 25, 2024 · I know I can just add more marquee row items but I only have a limited number to work with and I really wanna make this infinite scrolling without any large or noticeable gaps between …

  6. Javascript Marquee to replace <marquee> tags - Stack Overflow

    Javascript Marquee to replace <marquee> tags Asked 17 years, 4 months ago Modified 4 years, 5 months ago Viewed 91k times

  7. html - How to create a marquee that appears infinite using CSS or ...

    I need to create two marquees (one with a repeating image and one with repeating links) that span the browser window, whatever size that may be; the marquee items need to be initially displayed at ...

  8. Marquee is not working properly in edge browser, it is blinking

    <marquee behavior="scroll" direction="left" scrollamount="2">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</marquee>

  9. html - Marquee doesn't scroll everything - Stack Overflow

    Jun 29, 2024 · I generally use flexbox for something like this because it doesn't rely on javascript or jQuery, but flexbox marquee examples often rely on a hard-coded width to calculate the speed of …

  10. html - How can I create a marquee effect? - Stack Overflow

    Now I can get the basic marquee effect, but the code is too specific for this demo. Is there a way to avoid using specific values like margin-left:-4200px;, so that it can adapt text in any length?