Closed
Bug 1198
Opened 26 years ago
Closed 26 years ago
Page is formatted too wide
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: troy, Assigned: buster)
References
()
Details
The page doesn't display properly using top-of-trunk Raptor. It's
formatted too wide. It appears to be because there's a link that's not
getting word wrapped and that causes the table width to be too large.
It could be a table problem as well so I'm Cc'ing Cujo
the image does appear to be a hair too far to the right. I wonder if that's
because there are two floating images (one align=left, one align=right), rather
than because the table is telling it to be in the wrong place? Could extra
space be getting inserted between the two images? When I replace the images
with <hr> of the appropriate width, no floaters, the table seems to lay out
perfectly.
test case with floating images replaced by <HR>s
<HTML>
<HEAD>
<TITLE>Welcome to Hewlett Packard</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from old browsers
var S = new Array();
S[1] = "Click to view Products";
S[2] = "Click to view Services and Support";
S[3] = "Click to view To Buy";
S[4] = "Click to view Country Web Sites";
S[5] = "Click to view Company Information";
if (document.images) {
var b_menu1=new Image()
b_menu1.SRC="http://www.hp.com/ghp/images/roll1.gif"
var b_menu2=new Image()
b_menu2.SRC="http://www.hp.com/ghp/images/roll2.gif"
var b_menu3=new Image()
b_menu3.SRC="http://www.hp.com/ghp/images/roll3.gif"
var b_menu4=new Image()
b_menu4.SRC="http://www.hp.com/ghp/images/roll4.gif"
var b_menu5=new Image()
b_menu5.SRC="http://www.hp.com/ghp/images/roll5.gif"
var b_hider=new Image()
b_hider.SRC="http://www.hp.com/ghp/images/spacer.gif"
}
function m_in(imgNumb) {
if (document.images) {
document['deInfo'].src = eval("b_menu"+ imgNumb + ".src");
//window.status = S[imgNumb];
}
}
function m_out() {
if (document.images) {
document['deInfo'].src = eval("b_hider.src");
//window.status = ' ';
}
}
// -->
</SCRIPT>
<!-- This page is an alias of /ghp/index.html -->
<meta name="allow-search" content="NO">
<meta name="allow-toc" content="NO">
</head>
<BODY TEXT="#000000" LINK="#0000B3" VLINK="#7A7A7A" ALINK="#0c0c0c"
BGCOLOR="#FFFFFF">
<MAP NAME="bottmap">
<AREA SHAPE=RECT COORDS="289,28,356,48" HREF="/ahp/webterm.htm">
<AREA SHAPE=RECT COORDS="15,28,102,48" HREF="/ahp/privacy/privacy.htm">
</MAP>
<MAP NAME="bottcontactmap">
<AREA SHAPE=RECT COORDS="3,25,106,41" HREF="/ghp/european.html">
<AREA SHAPE=RECT COORDS="3,46,106,61" HREF="/ghp/feedback/">
</MAP>
<MAP NAME="topmap">
<AREA SHAPE=RECT COORDS="01,52,111,70" HREF="/go/search/">
</MAP>
<MAP NAME="bottleftmap">
<AREA SHAPE=RECT COORDS="3,23,103,43" HREF="http://www.jobs.hp.com/">
<AREA SHAPE=RECT COORDS="3,44,103,64" HREF="/go/year2000/">
<AREA SHAPE=RECT COORDS="19,99,80,165" HREF="/go/cposupport/">
<AREA SHAPE=RECT COORDS="3,66,103,86" HREF="/euro/">
</MAP>
<TABLE BORDER="0" WIDTH="566" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD VALIGN=bottom COLSPAN=2 width=566 bgcolor=lightgrey>
<IMG SRC="http://www.hp.com/ghp/images/topbanner.jpg" ALIGN=TOP
WIDTH="558" HEIGHT="70" BORDER="0" USEMAP="#topmap">
</TD>
</TR>
<TR>
<TD valign=top width=110 bgcolor=lightgreen>
<p><IMG SRC="http://www.hp.com/ghp/images/spacer-big.gif" ALIGN=TOP
WIDTH="109" HEIGHT="29" BORDER="0"><br>
<A HREF="/ghp/products.html" onMouseOver="m_in('1'); return true;"
onMouseOut="m_out(); return true;"><IMG
SRC="http://www.hp.com/ghp/images/product_off.gif" ALIGN=TOP WIDTH="109"
HEIGHT="20" BORDER="0"></A><br>
<IMG SRC="http://www.hp.com/ghp/images/spacer-big.gif" ALIGN=TOP
WIDTH="109" HEIGHT="4" BORDER="0"><br>
<A HREF="/ghp/services.html" onMouseOver="m_in('2'); return true;"
onMouseOut="m_out(); return true;"><IMG
SRC="http://www.hp.com/ghp/images/services-support_off.gif" ALIGN=TOP
WIDTH="109" HEIGHT="20" BORDER="0"></A><br>
<IMG SRC="http://www.hp.com/ghp/images/spacer-big.gif" ALIGN=TOP
WIDTH="109" HEIGHT="4" BORDER="0"><br>
<A HREF="/ghp/buy.html" onMouseOver="m_in('3'); return true;"
onMouseOut="m_out(); return true;"><IMG
SRC="http://www.hp.com/ghp/images/tobuy_off.gif" ALIGN=TOP WIDTH="109"
HEIGHT="20" BORDER="0"></A><br>
<IMG SRC="http://www.hp.com/ghp/images/spacer-big.gif" ALIGN=TOP
WIDTH="109" HEIGHT="4" BORDER="0"><br>
<A HREF="/ghp/country.html" onMouseOver="m_in('4'); return true;"
onMouseOut="m_out(); return true;"><IMG
SRC="http://www.hp.com/ghp/images/country_off.gif" ALIGN=TOP WIDTH="109"
HEIGHT="20" BORDER="0"></A><br>
<IMG SRC="http://www.hp.com/ghp/images/spacer-big.gif" ALIGN=TOP
WIDTH="109" HEIGHT="4" BORDER="0"><br>
<A HREF="/ghp/info.html" onMouseOver="m_in('5'); return true;"
onMouseOut="m_out(); return true;"><IMG
SRC="http://www.hp.com/ghp/images/companyinfo_off.gif" ALIGN=TOP WIDTH="109"
HEIGHT="20" BORDER="0"></A><br>
<IMG SRC="http://www.hp.com/ghp/images/drivers.gif" ALIGN=TOP
WIDTH="109" HEIGHT="165" USEMAP="#bottleftmap" BORDER="0">
</TD>
<TD VALIGN=top rowspan=2 bgcolor=yellow>
<p><hr ALIGN=left WIDTH="119" >
<hr ALIGN=left WIDTH="324" >
<hr ALIGN=left WIDTH="443" >
</p>
<table>
<TR>
<TD width=14> </TD>
<TD><b>Highlights</b></TD>
</TR>
</table>
<UL TYPE=CIRCLE>
<LI><A HREF="/pressrel/oct98/29oct98a.htm">Biggest-ever HP
Printing/Imaging Rollout Poised to Build New and Expanding Markets.</A><BR><BR>
<LI><A HREF="/info/hp-lj1100/">HP JetPath Technology Expands HP LaserJet
Product Capabilities.</A><BR><BR>
<LI><A HREF="/telecom/hpcisco/">Cisco Systems and HP Drive New
Communications Business Model.</A><BR><BR>
<LI><A
HREF="http://www.shopping.hp.com/hpvillage/highlights/shopping_inter.html">The
HP Shopping Village Offers U.S. Consumers
Direct Online Shopping for Select New Pavilion PCs for the
Home.</A><BR><BR>
</UL>
<table>
<TR>
<TD width=14> </TD>
<TD><A HREF="/ghp/highlights.html"><b>More
Highlights</b></a><br><br></TD>
</TR>
</table>
</TD>
</TR>
<TR>
<TD valign=bottom width=110 bgcolor=pink><hr ALIGN=left
WIDTH="109"></TD></TR>
<TR>
<TD VALIGN=top COLSPAN=2 width=570 bgcolor=aqua>
<hr ALIGN=left WIDTH="566" >
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
the max-element-size computation now does a much better job of calculating the
value when dealing with floaters.
Updated•26 years ago
|
QA Contact: 4110
Comment 3•26 years ago
|
||
Chris please verify using supplied test case
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Using 2/4 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•