Re: position: fixed [Re: How is it possible to devise such a feeble system?]

* Vadim Plessky wrote:
>HTML variants you sent to me work great in Opera5/Lin and Mozilla 0.9.1, so 
>problem was in some character. Both of them also work in Konqueror. 
>This just makes me wondering: why Mozilla and Opera are so sensetive to some 
>character(s)? I can imagine that this can cause some problems to users, 
>especially with non-Latin languages.

I guess you are still discussing the non-breakable spaces, e.g.

  h1 {   text-align: center }
       ^

To center the text in <h1> is a bug, browsers that don't are good
browsers, others are broken. Try to validate the above style sheet
in the W3C CSS Validator, it won't validate. &nbsp; is no whitespace
character in CSS.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Thursday, 25 October 2001 12:19:40 UTC