Susanne J�ger wrote:
Try adding:
table.posts {table-layout: fixed;}
<http://www.w3.org/TR/2003/WD-CSS21-20030915/tables.html#propdef-table-layout>
I checked it with the "edit styles-Bookmarklet" and it works in
Mozilla 1.8b, I'm not sure about cross-browser support.
It does indeed work in FF 1.0, Opera 7.54 and IE6, clipping the content.
Had to redefine the table for a fixed layout, but got a clean "overflow:
hidden" in these browsers.
Safari 1.2.4 is not cooperating, although it reacts to "fixed".
I'm a bit rusty when it comes to tables, so others may have something to
add here. I used:
------------------------
table.posts {table-layout: fixed; width: 618px;}
------------------------
<td class="post_date" colspan="6">
<td class="post_content" colspan="5">
<tr class="spacer">
<td colspan="6"></td>
</tr>
------------------------
regards
Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************