Closed
Bug 2981
Opened 26 years ago
Closed 26 years ago
[4.xP] Image alignment problem
Categories
(Core :: Layout: Tables, defect, P2)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: fenella, Assigned: karnaze)
References
()
Details
Re: Seamonkey 2/4 builds on win_nt 4.0 and mac 8.5 and 2.5 on Linux 2.0
1. Load this page
2. In the middle frame,notice that the picture of Michel Autrot has been shifted
to the left of the middle frame.
3. This occurs across platforms but does not occur in Nova 4.51 and IE 4.0
Summary: Image alignment problem → [PP] Image alignment problem
I re-visited the Mac on this url, the image alignment does not have any problem.
Change it to a [PP] problem.
fenella, still need to know what page you were loading. Please post URL in that
field above. Thanks!
URL: http://www.fifa.com
Status: RESOLVED → REOPENED
My fault. Sorry, I forgot to put the url. Reopen this bug.
Assignee: troy → karnaze
Status: REOPENED → NEW
Component: Layout → HTMLTables
Part of the problem is that there are comments inside of tables. Removing them
helps, but the page still displays too wide
Updated•26 years ago
|
Summary: [PP] Image alignment problem → [4.xP] Image alignment problem
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•26 years ago
|
||
The problems I see are the fonts on the left are smaller than Nav and the middle
section is narrower
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 10•26 years ago
|
||
Moving to M6
Assignee | ||
Comment 11•26 years ago
|
||
A reduced test case. We don't seem to be honoring the width=135 on the nested
table when the viewport is widened.
<html><body>
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td bgcolor="#dddddd">
<table width="135" border="0" cellpadding="0" cellspacing="0"
bgcolor="#dddddd">
<tr>
<td>should be 135 pixels-</td></tr></table></td>
<td>
Spain stretched their unbeaten streak to six games as they beat Croatia 3-1
in a friendly at Seville's new Olympic stadium which was inaugurated on
Wednesday.</td></tr></table>
</body></html>
Assignee | ||
Comment 12•26 years ago
|
||
Another test case.
<html>
<body background="/channelF/images/bg_fifaglobe.gif" bgcolor="#FFFFFF"
topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<img src="raptor.jpg" width="100" height="100" border="1">
<table width=100% cellpadding=0 cellspacing=0 border=2>
<tr valign=top>
<td rowspan=2 bgcolor="#dddddd">
<table style="margin:0px;" width="100" border="1" cellpadding="0"
cellspacing="0" bgcolor="#dddddd">
<tr valign="top"><td>
<img src="raptor.jpg" width="100" height="100" border="0" hspace="4"
vspace="0" alt="">
HELLO</td></tr>
</table>
</td>
</tr>
<tr>
<td width=325>
The Zurich football team known as FC Blue Stars is one of the city's
oldest-established clubs,
and it is thanks mainly to its annual junior tournament which has been
running for 60 years
(traditionally played on Ascension Day and the day before) that it now also
has an international </td>
<td bgcolor="#e6e8fa">hello hello hello hello hello hello hello hello hello
hello hello </td></tr>
</table>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•26 years ago
|
||
This page is looking better now. The middle column will be narrower than Nav4.5
and about the same as IE5 because Nav4.5 does not honor <TD width=..>.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•26 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•