Closed
Bug 205743
Opened 23 years ago
Closed 22 years ago
marquee width=xx% worked in 1.3.1 does not work in 1.4b
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gapitts, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
code below used 40% of page in 1.3.1 and 100% of page in 1.4b
<marquee behavior="SCROLL" direction="left" loop="-4" scrolldelay="2"
scrollamount="3" width="40%" height="57">This is a antimated text box
where the text flows from one end of the box to the other, and then it
starts all over again </marquee>
Reproducible: Always
Steps to Reproduce:
1.insert code in Details above into web page
2.display web page with mozilla 1.3.1 and mozilla 1.4b
3.
Actual Results:
use 40% of width of page in mozilla 1.3.1
and
100% of width of page in mozilla 1.44b
Expected Results:
should have used 40% of width of page in both browsers
This problem also appears with the fixed widths. For exemple, go to
http://www.photohall.be (the marquee is in a table of 740 pixels of width)
For me, this bug is now resolved
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030611
http://www.photohall.be ok!
| Assignee | ||
Comment 4•22 years ago
|
||
wfm
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•