At 04:21 PM 3/7/2006, Scott Haneda wrote:
><http://newgeo.com/web/css/wide.html>
>Top table, has an image in it 728px wide, with a 3px border

You have declared the table width at 728px and the contained image 
width at 728px in inline declarations.  Because the image width is 
declared in the markup, the browser is treating it as an intrinsic 
width.  The browser is therefore expanding the table beyond its 
declared width to accommodate the intrinsic content width plus the 
border.  Declare the image width to be 722px, and it should line up.

HTH,



-Adam Kuehn 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to