Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Trevor Nicholls
t. Cheers T -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Brian Funk Sent: Tuesday, 17 February 2009 8:02 a.m. To: tre...@castingthevoid.com Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] nowrap and border i

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Brian Funk
Trevor Nicholls wrote: > Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html > I have a (div) code fragment which has a text content (div) 'fragbody', > styled with white-space:nowrap ... You could use white-space: pre; which would give the same no-wrap effect but you could eliminate

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Alan Gresley
Trevor Nicholls wrote: > Hi > > Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html > > I have a (div) code fragment which has a text content (div) 'fragbody', > styled with white-space:nowrap and displayed in a colored rectangle with a > black border. > > Apparently in IE6 if the br

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread David Laakso
Trevor Nicholls wrote: > > Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html > > > > Apparently in IE6 if the browser window is narrowed the border and colored > background "box" will not shrink to be smaller than the text, and the user > can scroll right to see the end of the text and

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Trevor Nicholls
roblem with the RH border of the fragment box. Thanks for looking into it T -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Sarah Atkinson Sent: Tuesday, 17 February 2009 4:29 a.m. To: tre...@castingthevoid.com; Untitled

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Sarah Atkinson
On 2/16/09 10:08 AM, "Trevor Nicholls" wrote: > Hi > > Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html > > I have a (div) code fragment which has a text content (div) 'fragbody', > styled with white-space:nowrap and displayed in a colored rectangle with a > black border. > >

[css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Trevor Nicholls
Hi Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html I have a (div) code fragment which has a text content (div) 'fragbody', styled with white-space:nowrap and displayed in a colored rectangle with a black border. Apparently in IE6 if the browser window is narrowed the border and co