Click to See Complete Forum and Search --> : IE6 bug re bg colors?


petzl
05-22-2003, 04:08 AM
hello,

does anyone know why IE completely mess up the bg-colors on this page? the code is quite straightforward and validates just fine.

http://www.dosop.com/test/

I'm testing on mozilla 1.3.1 as well and it works fine. is this just another IE bug? or am I doing something silly?

best regards,
/Andy

Fang
05-22-2003, 10:54 AM
Take out *POSITION: relative;* in #leftArea and #mainArea
What is *FONT: 11px/16px ...* in DIV.boxHeader ???

petzl
05-22-2003, 10:58 AM
Fang!

you are my hero! thank you!

the font issue: 11px is font-size, the /16px is line-height.

thanks again!
/A

Fang
05-22-2003, 03:27 PM
It's the first time I've seen the font-size/line-height used, I'll remember hat one.