Re: [css-d] IE white-space: normal

2005-06-28 Thread Ingo Chao

Rob Agar schrieb:

Sorry I forgot to mention an important detail - this problem only
appears in IE6 quirks mode. ...
here's a copy of Ingo's test case but without the doctype, so it falls
back to quirks mode http://www.wildlime.com/rob/test2.html . (works as
expected in IE6)

here's a test case showing the problem with nested lists:
http://www.wildlime.com/rob/list_css_line_wrapping.html


Looks like as if quirkyIE6 tries to emulate the white space bug in 
IE5.5, and fails on the link I posted. Thanks for your minimal testcase. 
I did not found a workaround yet, maybe it's just hardwired.


Ingo
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] IE white-space: normal

2005-06-28 Thread Rob Agar
hi Ingo

 I did not found a workaround yet, maybe it's just hardwired.

yes, I think this is just another IE oddity, and probably not worth
spending too much time worrying about.  My none-too-elegant workaround
was to give up on white-space: nowrap and replace the spaces in the top
level items with nbsp; 

Rob

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE white-space: normal

2005-06-27 Thread Ingo Chao

Rob Agar schrieb:
  is it a known bug for white-space: normal not to work in IE6? ...

Anyone know of a workaround?



for IE5.5:
http://www.xs4all.nl/~blackeye/ie55bug.html

If your googling didn't show a workaround, you should provide a URL to a 
_minimal_ testcase.


Ingo


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] IE white-space: normal

2005-06-27 Thread Rob Agar
Sorry I forgot to mention an important detail - this problem only
appears in IE6 quirks mode. I'm working on an old and fairly sprawling
site (.asp, table layout, inline font tags, the whole horrorshow =),
so I'm stuck with it.

Ingo Chao wrote:
 for IE5.5:
 http://www.xs4all.nl/~blackeye/ie55bug.html

that's *almost* the same problem, but IE6 doesn't appear to have this
exact same bug.  Pretty darn similar though...

here's a copy of Ingo's test case but without the doctype, so it falls
back to quirks mode http://www.wildlime.com/rob/test2.html . (works as
expected in IE6)

here's a test case showing the problem with nested lists:
http://www.wildlime.com/rob/list_css_line_wrapping.html
http://www.wildlime.com/rob/list_css_line_wrapping.css


Rob


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/