> So my question is: How is this solved in for instance GMail where content i
> only one line high (and additional overflowing content is hidden). Please
> share your thoughts on this, and if you could point me to any information on
> how to solve this.
I've run into similar problems, and my solution has been to put a div
inside the <td>
.cell-height {
height: 10px;
overflow: hidden; /* Or whatever you desire */
}
<td>
<div class="cell-height">Stuffs here</div>
</td>
While td's don't seem to respond to height, divs do, so the td will
only expand enough to fit the div. I'm not sure how GMail does it,
but this has worked for me in the past. Hope it helps. :)
--
Michael Clayton
www.twilighted.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/