Closed
Bug 305286
Opened 19 years ago
Closed 19 years ago
Marquee only works in Quirks mode
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 265537
People
(Reporter: tiagoroldao, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 I tryed to use this code: <p align="center"><a name="scroller"></a><MARQUEE loop="1" behavior="SCROLL" direction="up" height="150" scrollamount="1" scrolldelay="1" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'> In a affiliates block in PHPNUKE, but the flash banners don't appear correctly.. In IE and Opera works fine.. Reproducible: Always
Comment 1•19 years ago
|
||
This works in quirks mode but not in standards mode. I am not sure if this is done on purpose or not.
Updated•19 years ago
|
Summary: Javascript dont work ! → Javascript doesn't work
Updated•19 years ago
|
Summary: Javascript doesn't work → Marquee only works in Quirks mode
Comment 2•19 years ago
|
||
MARQUEE is supported in all layout modes. We don't handle direction="up" (or "down") properly yet though. *** This bug has been marked as a duplicate of 265537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•