? all-browsers-display-different-problem ?

2002-03-18 Thread Jo'ogn (J. Oppermann)

hi, i have to cope with web-design that should show on most
browsers equal results. (esp. NS4.79, NS6, IE5, IE6)

as even the interpretation of fontsizes defer i was wondering
if there's sth like a bug, or interpretation comparsion
between browsers that would save me nerves and even more time.

kind regards

--
http://www.cleverreisen.de
Lastminute Center
Bredelaerstrasse 59-61
D-40474 Düsseldorf

fon: +49 (0)211-73 72-557
fax: +49 (0)211-73 72-330




Re: ? all-browsers-display-different-problem ?

2002-03-18 Thread Morten Nilsen

Jo'ogn (J. Oppermann) wrote:
 hi, i have to cope with web-design that should show on most
 browsers equal results. (esp. NS4.79, NS6, IE5, IE6)
 
 as even the interpretation of fontsizes defer i was wondering
 if there's sth like a bug, or interpretation comparsion
 between browsers that would save me nerves and even more time.
 

one thing I find to help the situation, is to use px for font sizes...
off course, different computers have different fonts, so...

-- 
Morten Nilsen, aka Dr. P

We are the borg^]dbdbiMicrosoft.
Prepare to be assimilated^]dbiembraced and extended.
Resistance is futile^]dbdbdbiWe know you want it.
:wq





Re: ? all-browsers-display-different-problem ?

2002-03-18 Thread Brian Heinrich

Morten Nilsen wrote:

 
 one thing I find to help the situation, is to use px for font sizes...
 off course, different computers have different fonts, so...
 

IE 6 (at least) seems to want to render pixels as an absolute length 
unit -- at least that's been my experience -- and it doesn't seem to 
handle relative length units (ems, percentages) in an appropriate 
manner.  Most annoying, I must say. . . .

Brian

-- 


We sail tonight for Singapore | We're all as mad as hatters here
I've fallen for a tawny moor | Took off to the land of Nod
Drank with all the Chinamen | Walked the sewers of Paris
I danced along a colored wind | Dangled from a rope of sand
You must say goodbye to me
   
 -- Tom Waits, 'Singapore'





Re: ? all-browsers-display-different-problem ?

2002-03-18 Thread grayrest

Jo'ogn (J. Oppermann) wrote:
 hi, i have to cope with web-design that should show on most
 browsers equal results. (esp. NS4.79, NS6, IE5, IE6)
 
 as even the interpretation of fontsizes defer i was wondering
 if there's sth like a bug, or interpretation comparsion
 between browsers that would save me nerves and even more time.
 
 kind regards
 
 --
 http://www.cleverreisen.de
 Lastminute Center
 Bredelaerstrasse 59-61
 D-40474 Düsseldorf
 
 fon: +49 (0)211-73 72-557
 fax: +49 (0)211-73 72-330

www.richinstyle.com is the best (IMO) resource for this kind of info, I 
don't know if they've stopped maintaining it or what, but it's got all 
sorts of suggestions on how to write your CSS so that it works in just 
about every browser.

grayest





Re: ? all-browsers-display-different-problem ?

2002-03-18 Thread barney

Jo'ogn (J. Oppermann) wrote:
 hi, i have to cope with web-design that should show on most
 browsers equal results. (esp. NS4.79, NS6, IE5, IE6)
 
 as even the interpretation of fontsizes defer i was wondering
 if there's sth like a bug, or interpretation comparsion
 between browsers that would save me nerves and even more time.
 

Please read http://css.nu/faq/ciwas-aFAQ.html#QA01 and #QA02, as well as
the links they point to.  Also consider accessibility problems that
invariably arise when using absolute/fixed font sizes.  See
http://www.w3.org/TR/WCAG10-CSS-TECHS/#units.  BTW, px is technically a
relative unit, but is not resizable in all browsers, so for all
practical purposes should be considered an absolute unit.