Closed Bug 189004 Opened 22 years ago Closed 22 years ago

The indicated code that claims to disable the Marquee style doesn't

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 161109

People

(Reporter: rone+mozilla, Assigned: dbaron)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20030113 Phoenix/0.5 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20030113 Phoenix/0.5 The Phoenix Tips page details code snippets that disable <BLINK> and <MARQUEE> tags. The anti-blink code works, but the anti-marquee code doesn't. This occurs with Phoenix 0.5 for Linux, latest-build on Win2k, and in Mozilla 1.3alpha for Linux; i would guess it's platform-independent. Reproducible: Always Steps to Reproduce: 1. Throw code into profile folder/user.js 2. Quit browser; restart browser 3. Visit Phoenix Tips page at above URL Actual Results: Text still scrolls to the left. Expected Results: No scrolling. Bad enough that you yoyos added support for MARQUEE (and BLINK), but i can't turn it off!
I edited phoenix/res/html.css and replaced "marquee" with "marquez". That disabled it. That's only a cheap hack, though.
Severity: normal → minor
The tip in question is incorrect. The way to disable marquee is to add marquee { -moz-binding: none; } to userContent.css. *** This bug has been marked as a duplicate of 161109 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.