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)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

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%">
QA Contact: 4110
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!
Status: NEW → ASSIGNED
This was across MAC, Linux, and NT. Do you want me to change the OS to ALL?
Target Milestone: M6
Moving to M6
Moving to M8.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
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.
Status: RESOLVED → VERIFIED
verified worksforme
You need to log in before you can comment on or make changes to this bug.