About 16,600,000 results
Open links in new tab
  1. 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 …

  2. 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.

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

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

  5. Pure CSS Continuous Horizontal Text Scroll Without Break

    I'm trying to create a news ticker with horizontal text that scrolls continuously without a break between loops. Ideally, the solution would be pure css/html, but I don't know if that's possible. H...

  6. 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?

  7. user interface - How to make a Text widget act like marquee when …

    19 I'm looking for a way to implement Marquee style on a Text widget so that it automatically start scrolling when the text is overflowed from the screen. Is there a way to do it. I've tried all the …

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

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

  9. html - Change pace and direction of <marquee> - Stack Overflow

    Learn how to change the pace and direction of the <marquee> tag in HTML with examples and community insights.

  10. Marquee text in Android - Stack Overflow

    Feb 2, 2010 · How can I use marquee text in an android application?