Georg, Thank you very much. It is already good enough, i am satisfied with the result. Thank you!
Paul ----- Original Message ----- From: "Gunlaug Sørtun" <[email protected]> To: "Paul Jung" <[email protected]> Cc: <[email protected]> Sent: Thursday, December 25, 2008 12:17 AM Subject: Re: [css-d] overflow problem in IE > Paul Jung wrote: >> [...] As I observe it, it looks like that the long url address was >> regarded as one inseparable word and thus was not text wrapped >> according to the table width. > > Browsers ability to break long words on certain characters varies, but > we can at least prevent the entire table from being expanded - in most > browsers - by adding something like... > > .thrColFixHdr #sidebar2 .newreply table { > table-layout: fixed; > width: 100%; > } > > Seems to have a reasonably good effect on your case in all browsers, so > at least all breakable text stays visible and readable within the width > of the column. > > God Jul. > Georg > -- > http://www.gunlaug.no > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
