Re: [css-d] Table widths not the same with image in td

2006-03-07 Thread Adam Kuehn
At 04:21 PM 3/7/2006, Scott Haneda wrote: > >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 mark

Re: [css-d] Table widths not the same with image in td

2006-03-07 Thread Don - htmlfixit.com
Scott Haneda wrote: > > Top table, has an image in it 728px wide, with a 3px border > > Bottom table is the same spec, but no image, yet it is narrower. This seems > to happen in Safari and FF on the mac, I can not test other browsers. > > How can I make the

[css-d] Table widths not the same with image in td

2006-03-07 Thread Scott Haneda
Top table, has an image in it 728px wide, with a 3px border Bottom table is the same spec, but no image, yet it is narrower. This seems to happen in Safari and FF on the mac, I can not test other browsers. How can I make the bottom table match up to the top