Hi Sami,
Your DTD is putting the page into quirks mode. That seems to be
triggering some kind of stacking bug in IE.
The easiest solution seems to be to insert a proper DTD into your
document. Something like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
If left in quirks mode you can also fix the problem by doing any one of
the following:
- Removing the float rule on DIV.tabs
- Wrapping #left with a DIV
- absolutely position the IMG element rather than #left
--
Eric Tribou
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sami
> Sent: Wednesday, February 07, 2007 10:49 AM
> To: [email protected]
> Subject: [css-d] absolute positioned element on relavite body
>
> Hi All,
>
> Eventhough subject line sounds like this post belongs to
> news.sci.physics it really is about css :)
>
> This simple test page ( http://miyav.ath.cx ) doesn't render
> properly in IE.
> There is an absolutely positioned image at the top right
> corner. It renders perfectly well on Firefox. What is the
> problem with IE and do you think there is a fix for it?
>
>
> thanks
> - sami
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- 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/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/