Closed
Bug 2958
Opened 26 years ago
Closed 25 years ago
Table layout is wrong for www.internet.com
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M8
People
(Reporter: ppandit, Assigned: karnaze)
References
()
Details
On IE and 4.51 on WinNT, when you load www.internet.com, the page layout look
appropriate. But when viewed within seamonkey, the following code does not not
get displayed properly. Basically, the WIDTH=30% is being ignored or interpreted
differently.
The strange part is that if I save the source to a file then load that file in
seamonkey, it gets displayed properly.
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD WIDTH="30%" VALIGN="TOP">
<!-- =========WHAT'S NEW========= -->
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
<CENTER>
<IMG SRC="/img/whatsnew2.gif" ALT="What's New Today" WIDTH="150" HEIGHT="15"
BORDER="0" HSPACE="0" VSPACE="0"><BR>
<IMG SRC="/img/redrule.gif" ALT=" " WIDTH="100%" HEIGHT="1" BORDER="0"
HSPACE="0" VSPACE="0"><BR>
</CENTER>
<TABLE WIDTH="100%"><TR><TD WIDTH="10%">
<!-- WHAT'S NEW LOGO BELOW -->
<a href="http://cyberatlas.internet.com"><IMG ALT="CyberAtlas"
SRC="http://www.internet.com/img/cyberatlas-micro.gif" BORDER="0" HSPACE="0"
VSPACE="0" WIDTH="60" HEIGHT="26">
<!-- WHAT'S NEW LOGO ABOVE -->
</TD><TH>
<FONT FACE="ARIAL, HELVETICA">
<!-- WHAT'S NEW HEADLINE BELOW -->
<a href="http://cyberatlas.internet.com/big_picture/demographics/gvu.html">A
Long Way in a Short Time</a>
<!-- WHAT'S NEW HEADLINE ABOVE -->
</FONT>
</TH></TR><TR><TD COLSPAN="2">
<FONT SIZE="-1">
<!-- WHAT'S NEW DESCRIPTION BELOW -->
GVU at Georgia Tech has published its 10th semi-annual survey--a look back tells
a fast-paced story about the growth of the Internet.
<A HREF="http://cyberatlas.internet.com">IN CYBERATLAS</A>.
<!-- WHAT'S NEW HEADLINE ABOVE -->
</FONT>
</TD></TR></TABLE>
</TD>
</TR>
</TABLE>
<!-- =========WHAT'S NEW========= -->
</TD>
<TD WIDTH="70%">
Update: found while doing the "top sites" checking. Using the latest seamonkey
builds available today 2/5.
ppandit, was this all platforms of seamonkey that had the problem, or just
WinNT? IF just WinNT, please put [PP] in the beginning of the Summary. Thanks!
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
This was across MAC, Linux, and NT. Do you want me to change the OS to ALL?
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6
Assignee | ||
Comment 4•25 years ago
|
||
Moving to M6
Assignee | ||
Comment 5•25 years ago
|
||
Moving to M8.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 6•25 years ago
|
||
Using M7 on Win98 I checked both the original address (which is of course
has changed content since than), and the reported html snippet.
I found nothing suspicious on the site, it looks ok,
almost exactly the same as IE4.
The snippet is unfinished, I closed it out with </TD></TR></TABLE> and I still
see no problem, the left column is displayed with it's width being at least 30%
It has a 150 wide picture on the top, so it never gets smaller than 150px,
but it is correct.
It was probably a table problem that was solved in the meantime.
I'm marking it "worksforme" but please reopen if you still see the problem.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
verified worksforme
You need to log in
before you can comment on or make changes to this bug.
Description
•