Mark Howells wrote:
>>> th {border-style:solid;border-width:1px 1px 1px
>>> 0;border-color:#999 #f00 #999 #999}
>>>
>>> This produces varying red right borders in Firefox 1.5 / Mac
>>> OS X Tiger
>>
>> Could it be that the border widths on the <td>s are
>> different, and prints can't combine the widths of cells and
>> borders to make a straight table? (just guessing - for better
>> guesses, could you please add a url to the actual page?)
>
> No, they're all 1px. The development version is at http://
> intra.mountain.19.g-os.ch/test/list/themenplanung.html for the
> time being, if anyone can take a look.

What I noticed:
- in Opera, the different columns already have different widths 
of borders on screen when enlarging the font, but they are the 
same in <th> and <td>.
- In Firefox, the print preview looks normal, it's only when 
applying a percentage view (125% for instance), that the borders 
are becoming different. Looks like rounding differences to me.
But I can't reproduce the borders on the <th>s taking a different 
width than the borders on the <td>s below them.

I saw also, that if I apply only global.css at first, only the 
<th>s have borders, while the <td>s haven't.
Then, in list.css, the padding on <th>s is different than on 
<td>s, and you have separate border styles for 'thead th' and 
'th' in the CSS.
Looking at your HTML, I see <th>s inside <tbody> in your html. 
Best get rid of the HTML errors too, and see if that betters it.

HTH

-- 
Els
http://locusmeus.com/
http://locusoptimus.com/


______________________________________________________________________
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