| Text bleed in Firefox Text bleeds into next column in fixed layout table |
stevenagy88

msg:1589034 | 11:12 pm on May 22, 2005 (gmt 0) | In a table with: table-layout:fixed I want text without spaces (such as a URL or an e-mail address) to be cut of at the right side of the column. In IE this is exactly what happens, but in Firefox the text bleeds into the next cell. How can I force Firefox to cut off text? Please note: I am not trying to start a discussion on browser merits, just want to get text to cut off. Thanks
|
yowza

msg:1589035 | 5:53 am on May 23, 2005 (gmt 0) | I don't think this is possible without a scripting language to check the string length and insert a break where necessary. You could hide the extra part of the string with overflow:hidden; , but I don't think you can make it break with just CSS.
|
Stormfx

msg:1589036 | 4:22 pm on May 23, 2005 (gmt 0) | You may be able to play with the CSS overflow: hidden style. /shrug
|
|
|