Okay, first of all your CSS is invalid. You must specify units with all
nonzero values. Without units, your values are meaningless, no matter
what Gates thinks.
Your corrected HTML is attached.
In article <9lubk2$[EMAIL PROTECTED]>,
"ahmed" <[EMAIL PROTECTED]> wrote:
> ok i made a simple test page [my code is part of a js lib.]
>
> i really think mozilla is doing it wrong!
>
> the following gives:
> <div style="position:absolute;top:200;left:100;background-color:yellow">
>
> <div
> style="position:absolute;top:0;left:0;background-color:blue;height:200;width
> :300;z-index:1"></div>
> <div
> style="position:absolute;top:5;left:5;background-color:red;height:200;width:
> 300"></div>
>
> </div>
>
> <div
> style="position:absolute;top:300;left:300;background-color:green;height:200;
> width:300"></div>
> ---
> i also included a html file so u can test it easly!
>
>
> begin 666 Image2.jpg
> [Image]
>
> end
>
> begin 666 MozB.htm
> [Image]
>
> end
>
Title: richLayer 0.2