About 22,700,000 results
Open links in new tab
  1. 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?

  2. Why is <marquee> deprecated and what are the alternatives?

    And I don't get why. So, can anybody explain to me, why is marquee deprecated, why is so "dangerous" using it and what can I use instead? I found an example, it looks nice. When you …

  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. HTML | What is <marquee> and what can I do with it?

    Apr 6, 2016 · 6 <marquee> is an old HTML element that causes whatever content inside of it to scroll across the viewport from right to left by default. It may still work in some browsers for …

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

    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.

  6. How do I change the size of a marquee text? - Stack Overflow

    Dec 23, 2020 · How do I change the size of a marquee text? Please help. The marquee code I'm using right now, is this:

  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 …

  8. How to create a CSS marquee effect without empty space

    The answers to How can I create a marquee effect? show how to create a marquee effect, but it leaves a lot of empty space at the end of each iteration of the marquee. Is there a way to …

  9. html - marquee should start from the middle? - Stack Overflow

    Mar 27, 2012 · The Marquee element is an awful element that should not be used anymore. Actually, it has been deprecated by the W3C. Not only is the element difficult to customize, it …

  10. 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 …