well, i'm writing a convenience lib of obj methods for manipulating divs and other animation tricks for myself and possibly others later...
... i'm using these libs to build a site for my bro-in-law... cuz the first attempt to revamp the site ended up screwed up by a reload thing i didn't know about in NS6...
... so, here i am with NS6 biting its thumb at me yet again! I wish it wasn't so hard to find out little quirks like these
...
anyway, i'm making an object of a div that contains all content within the main body, absolutely positioned in css, and is supposed to dynamically recenter in the browser window onresize... other divs reference their xy from the stored xy of the main body div, so fixing the main one ought to fix them all...
the problem is that in IE5/6 and the new Mozilla 1.0 release, all is fine! But in NS6.2 (which i thought would act like Moz, considering the *same* engine, or so they keep claiming) the div somehow is getting pushed into negative space (horizontally) and i can't fathom what for!?!
i have validated clean as HTML 4.01 Strict (though i'm DTD'ing it Trans for now) and CSS2 (well, apart from a font-family warning).. and i still have not a clue. This really disturbs me, because I am very used to things showing up as I expect them to... but this one seems to defy me out of spite
i guess i'm hoping better eyes will prevail @@..
i attatched the code files in a zip minus pix (too big)... thanks in advance for any help.
... i'm using these libs to build a site for my bro-in-law... cuz the first attempt to revamp the site ended up screwed up by a reload thing i didn't know about in NS6...
... so, here i am with NS6 biting its thumb at me yet again! I wish it wasn't so hard to find out little quirks like these

anyway, i'm making an object of a div that contains all content within the main body, absolutely positioned in css, and is supposed to dynamically recenter in the browser window onresize... other divs reference their xy from the stored xy of the main body div, so fixing the main one ought to fix them all...
the problem is that in IE5/6 and the new Mozilla 1.0 release, all is fine! But in NS6.2 (which i thought would act like Moz, considering the *same* engine, or so they keep claiming) the div somehow is getting pushed into negative space (horizontally) and i can't fathom what for!?!
i have validated clean as HTML 4.01 Strict (though i'm DTD'ing it Trans for now) and CSS2 (well, apart from a font-family warning).. and i still have not a clue. This really disturbs me, because I am very used to things showing up as I expect them to... but this one seems to defy me out of spite

i guess i'm hoping better eyes will prevail @@..
i attatched the code files in a zip minus pix (too big)... thanks in advance for any help.
Comment