About 8,060,000 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 …

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

    Based on the previous reply, mainly @fcalderan, this marquee scrolls when hovered, with the advantage that the animation scrolls completely even if the text is shorter than the space …

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

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

  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. Javascript Marquee to replace <marquee> tags - Stack Overflow

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

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

  8. Marquee text in Android - Stack Overflow

    Feb 2, 2010 · In Android (KOTLIN), the Marquee effect for scrolling text can be achieved by using the TextView widget and setting the android:ellipsize and android:marqueeRepeatLimit …

  9. android - TextView Marquee not working - Stack Overflow

    Jul 26, 2010 · The reason for marquee not working with some of the guys in this article , If you have an input form with an EditText ( which is an input), The EditText will be the one with …

  10. How to create a marquee using CSS or Javascript

    Jun 10, 2019 · When a user hovers over it, the marquee needs to stop moving across the page. I'm creating a website for a client and on one page we've decided on having a marquee to …