[EMAIL PROTECTED] wrote:

> Can anybody guess why an absolutely positioned div would
> interpret the "top" value differently between IE6 and Firefox?

Because the parent element has a different padding and/or margin 
value in each browser?

> It isn't nested within a relative div; I can put this code
> anywhere in my document and it'll go to the correct position
> only the Top value gets interpreted differently.

Doesn't need to be a div, could be an element called body ;-)

If you add:
html,body{
padding:0;
margin:0;
}

Does that help?


-- 
Els
http://locusmeus.com/
http://locusoptimus.com/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to