Hi all, I have a div with a bunch of text content. I want to display the div on one line only, and crop the right edge to the browser's viewport. Easy breazy, I just apply white-space: nowrap; and overflow: hidden; to the div.
BUT, when I put that div inside a table cell with no width (this is required, I can't change this), the content blows off the right side without being cropped in IE6. Example page here: http://www.peteandbecky.com/overflow/overexpando.html Obviously, this is some dimensioning bug in IE, but the usual fixes don't work (height:1%, position:relative, etc.). Anybody seen this before? Any known fixes? Any help appreciated. Thanks, -pete ______________________________________________________________________ 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/
