Re: Works in IE but not in Netscape7 -
06-22-2004
, 07:02 AM
Krzysztof wrote:
Quote:
I just have a following CSS which works perfect in IE but not in NS7:
- #global (and the rest)is not centered in the window
It's normal. With your CSS code, it shouldn't be.
It's just that there is a bug in IE (a "feature" as some would say) that
centers a block with text-align: center, which is totally stupid by the
way (a block is not a text... it's text-align, not block-align...).
To center, you have to use margins.