box sizes still miscalculated

The included file illustrates that there still is difficulty calculating 
box dimensions.....
1] The contents of the cells wrap unnecessarily. There is enough 
available width that no forced wrapping is necessary. 
2] The exterior box border is drawn wide enough to include contents
but the colored background for the th element is at the width of the
actual contents....
From this i suspect order of calculation and rendering is messed up
in some way ... if the size used by the frame rendering was used to
determine th and td width  hilite would be correct and no wrap done
i think somehow the th/td width use the default and not the calculated
value !!!!     this is nice puzzle for the math type.... --
john russell ve3ll@rac.ca [those are L's as in LLAMA]
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Class Schedule</title>
<style type="text/css">
body {margin:40px; margin-top:0px; border:0px; padding:0px; font-size:12pt}
div {margin:0px; border:0px; padding:0px}
p {text-indent:30px; text-align:left}
table {margin:auto; border:solid 0px gray; padding:0px}
tr {vertical-align:top}
td {margin-left:auto; margin-right:auto; padding:1px 3px; border:solid 0px gray}
th {margin-left:auto; margin-right:auto; padding:1px 3px; border:solid 0px gray}
div.c {margin:auto; text-align:center}
table.b {margin:auto; border:2px solid maroon; padding:3px}
table.n {margin:auto; border:0px; padding:3px}
td.n {margin-left:0px; border:0px; padding:3px; vertical-align:top}
th.c {background:green; color:whitesmoke; text-align:left;
      font-family:arial, sans-serif; font-size:120%}
</style></head>
<body>
<div class="c"><table class="n" summary="container">
<tr><td class="n"><table class="b" summary="2001">
<tr><th class="c" colspan="2">Fall 2001</th></tr>
<tr><td>Vahini A</td>
<td><a href="http://www.tributetorick.freeservers.com/">Judy A</a></td></tr>
<tr><td><a href="http://www.geocities.com//">Kristina F</a></td>
<td><a href="http://www.geocities.com/">Stacy H</a></td></tr>
<tr><td><a href="http://glwnt.tripod.ca/">Torin L</a></td>
<td><a href="http://members.aol.com/">May L</a></td></tr>
<tr><td><a href="http://stonehouse4.tripod.com/">Sheryl L</a></td>
<td><a href="http://www.vaxxine.com/">Kevin P</a></td></tr>
<tr><td><a href="http://www.vaxxine.com/">Doug R</a></td>
<td><a href="http://www.tudorvineyardsbb.com">Shawn S</a></td></tr>
<tr><td><a href="http://www.vaxxine.com/">Doug W</a></td>
<td><a href="http://www.eyetoeyeoptical.com/">Gary W</a></td></tr></table></td>

<td class="n"><table class="b" summary="2002">
<tr><th class="c" colspan="2">Fall 2002</th></tr>
<tr><td><a href="http://www3.sympatico.ca/tjbailey">Patrick B</a></td>
<td><a href="http://www.oteee.com/delweb/">Jonathan B</a></td></tr>
<tr><td><a href="http://home.cogeco.ca/">Ian C</a></td>
<td><a href="http://www.corriveaucranes.com">Jennifer C</a></td></tr>
<tr><td><a href="http://home.cogeco.ca/">Luke D</a></td>
<td><a href="http://www.racersinfo.com">James D</a></td></tr>
<tr><td><a href="http://www.vaxxine.com/">Catherine K</a></td>
<td><a href="http://www.geocities.com/">Frank M</a></td></tr>
<tr><td><a href="http://www.geocities.com/">Mark M</a></td>
<td><a href="http://www.vaxxine.com/">Darrell N</a></td></tr>
<tr><td><a href="http://www.geocities.com/">Gary T</a></td>
<td><a href="http://www3.sympatico.ca/">Michael W</a></td></tr></table></td>

<td class="n"><table class="b" summary="student sites - Winter 2003">
<tr><th class="c" colspan="2">Winter 2003</th></tr>
<tr><td><a href="http://www3.sympatico.ca/">Chris D</a></td>
<td><a href="http://www.geocities.com/">Etsuko K</a></td></tr>
<tr><td>Fiona L</td>
<td><a href="http://www.angelfire.com/pro/">Jeffery M</a></td></tr>
<tr><td><a href="http://www.geocities.com/">Lisa M</a></td>
<td><a href="http://home.cogeco.ca/">Ron N</a></td></tr>
<tr><td><a href="http://www3.sympatico.ca/">Eric O</a></td>
<td><a href="http://www.clear-concepts.ca/">Samara P</a></td></tr>
<tr><td><a href="http://www.niagaraweddinghelper.com/">Dennis R</a></td>
<td><a href="http://www.vaxxine.com/">Brenda S</a></td></tr>
<tr><td><a href="http://www.vaxxine.com/">Ivan S</a></td>
<td><a href="http://www3.sympatico.ca/">Derrick T</a></td></tr></table>
</td></tr></table></div>
</body></html>

Received on Wednesday, 5 November 2003 19:25:01 UTC