Greetings all,

Can anybody guess why an absolutely positioned div would interpret the "top" 
value differently between IE6 and Firefox? 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.

Here's the CSS snipet:
#floatR/* resides in the sidebar */
    {
        position:absolute;
        top:96px; /*firefox value - need more for ie*/
        right:5px;
    }

Here's the html:
<div id="floatR"><img src="images/kidGroup.gif" alt="toddler" /></div>

Here's the doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

I haven't uploaded anything yet, my apologies, but my question is really more 
generic; why isn't it removing the div from the document flow and sticking it 
exactly as I've /*ordered*/ it to?!

Thanks so much,
Mary
______________________________________________________________________
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