Closed
Bug 276256
Opened 20 years ago
Closed 20 years ago
Overlapping text and pictures in HTML page
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: TellaPuli, Unassigned)
References
()
Details
The text displayed is overlapped by the picture. May be an offset issue.
Updated•20 years ago
|
Assignee: bugs → tabbed-browser
Product: Firefox → Core
QA Contact: firefox.tabbed-browser
Version: 1.0 Branch → Trunk
Updated•20 years ago
|
Assignee: tabbed-browser → nobody
Component: Tabbed Browser → Layout
QA Contact: core.layout
Comment 1•20 years ago
|
||
I think that this occurs because the table halfway down the page extends the
column beyond its specified width. The table contains text that Mozilla doesn't
wrap, while IE wraps it at the hyphen ("CHINA-mainland" and "Employment-Based").
This causes the table to be wider than its container and thus the container
(<tr>) is widened.
So you have something like:
<tr style="width: 390">
<table (that contains text that makes it larger than 390px)>
</table>
</tr>
I don't know what the correct behavior in this situation is.
Comment 2•20 years ago
|
||
Apparently the fact that IE wraps the text is incorrect. Soft hyphens would need to be used to specify that text can be wrapped at that location. *** This bug has been marked as a duplicate of 31749 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•