Mikedowney.co.uk
What's New
Site Map

Diary
Astronomy
Bits N Bobs
Computing
Food And Drink
Links
Photography
Welcome


Recipe Collections
Recipe A Week 2013
Recipe A Week 2010
A-Z of Regional Cakes
Alphabet of Nations

The annoying marquee tag

Story location: Home / computing /
11/Feb/2009

I regularly use a few forums (fora?) and one of the other members has started using the <marquee> tag in his signature. It's rather annoying to have text whizzing across the screen while you're trying to read something.

With Firefox it's possible to disable the marquee tag, so the text doesn't move. There is a file called userContent.css which is located in the chrome subdirectory of the Profiles folder, which in turn can be found hiding in the C:\Documents and Settings\<username>\Application Data\Mozilla\Firefox\ directory (at least that's where it is in Windows XP).

Load this file into a text editor, or create the file if it doesn't exist. Add the line:

 marquee { -moz-binding: none; }

then restart the browser. The annoying marquee text will no longer move.

Update: On the mac, the profiles folder lives in the Library/Application Support/Firefox subdirectory of the user directory. With newer versions of Firefox, this can be found by clicking on Help->Troubleshooting Information