Closed
Bug 251286
Opened 21 years ago
Closed 21 years ago
Firefox/Mozilla does not render the table correctly for some reason. I know exactly what table it is, too (listed in the details).
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: anthonyt, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
In Firefox the black table that's supposed to stretch about 90 to 95% of the way
down (length, not width) stops for no reason after about 600 to 800 pixels or
so. It has something to do with the following code:
<!-- BEGIN CODE -->
<DIV ALIGN="center" VALIGN="middle"
STYLE="BORDER-LEFT: #990000 1px solid;
BORDER-RIGHT: #990000 1px solid;
BORDER-TOP: #990000 1px solid;
BORDER-BOTTOM: #990000 1px solid;
WIDTH: 95%;
HEIGHT: 90%;
BACKGROUND-COLOR: #000000"
FILTER: alpha(opacity=100);
OVERFLOW: auto;
<!-- END CODE -->
It's just a general table error, but I'm not sure why it's happening. I've been
rebuilding different pages on my computer with tables and such and the above
table is the only thing that messes it up for some reason.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•21 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Browser
QA Contact: firefox.general → core.layout
Version: unspecified → Trunk
Comment 1•21 years ago
|
||
WFM, Mozilla 1.7 and nightly trunk build 2004-07-13-06 on Linux.
![]() |
||
Comment 2•21 years ago
|
||
Is this an aviary-only problem? Reporter, do you see this with a current trunk
firefox nightly?
Reporter | ||
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 3•21 years ago
|
||
No bug/patch referenced.
->WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•21 years ago
|
||
I fixed it, nevermind.
You need to log in
before you can comment on or make changes to this bug.
Description
•