Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Marquee tag in html don't work correctly on Windows 11

  • 4 réponses
  • 0 a ce problème
  • 1 vue
  • Dernière réponse par fanchlrr

more options

Hello, With Windows 11, the Marquee Tag don't work correctly with Firefox . Nevertheless the tag work in MsEdge or Chrome .

Remark: Under Windows 10, Firefox run Marquee Tag correctly . The version is the same .

Try with Url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMarqueeElement

Hello, With Windows 11, the Marquee Tag don't work correctly with Firefox . Nevertheless the tag work in MsEdge or Chrome . Remark: Under Windows 10, Firefox run Marquee Tag correctly . The version is the same . Try with Url https://developer.mozilla.org/en-US/docs/Web/API/HTMLMarqueeElement
Captures d’écran jointes

Solution choisie

I have set ui.prefersReducedMotion = 1 and had to set that pref to 0 to make the marquee work, but then there are no problems with stopping after a cycle.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (4)

more options

On your Windows 11 system the text remains static instead of moving?

I wonder whether there is a system setting (perhaps related to animations?) that could be coming into play.

more options

Hi jscher2000, Thanks for your reply.

The text(s) are not static(s) when launching the file . They become static when their cycle is reached instead to continue ...

In the sample,

  • the first line must scroll from right to left, disappear and reappear on the right to restart the cycle.
  • the second line must scroll by alternance from left to rigth and conversely .

You can test with this link : Example to launch

more options

Solution choisie

I have set ui.prefersReducedMotion = 1 and had to set that pref to 0 to make the marquee work, but then there are no problems with stopping after a cycle.

more options

Hi cor-el, Thanks for your remark .

Following your post, I have put this css line into my file : @media (prefers-reduced-motion: no-preference){}

The Marquee work perfectly now ???

Later i have pulled this line and the marquee work always, I don't understand ...

I can't no more reproduce the problem. So i close this post .

Modifié le par fanchlrr