On Thu, 28 Dec 2006 15:52:30 +0530, Ido Dekkers <[EMAIL PROTECTED]>  
wrote:

> Gunlaug Sørtun wrote:
>> Ido Dekkers wrote:
>>> which of the above has the bug : http://test.dekkers.net/test.aspx
>>>
>>> the logo and 2 other images display correct in FF(2,3) but not in
>>> Opera(latest)
>>
......
> thanks Georg
> fixed the em -> px issue , but the problem with opera and FF is still  
> there.
> i know what the problem is - opera always calculates the position from
> the left, even if it's a rtl page.
> FF calculates the position from the left on a regular page and from the
> right in an rtl page.
> the question is which of them has the bug (if it's a bug) and can it be
> fixed in css ?

It seems Opera does have a bug on absolutely positioned elements when  
directionality is rtl and also left and right being 'auto'. Anyway, the  
page looks good across browsers (Opera, Ffx2 & IE7 atleast) with the  
following style.

#logo
{
     position:absolute;
     left:80px;
     top:5px;
}

If not for any other reasons, it would be better to specify left and top  
values for an absolutely positioned element and place it w.r.t. to its  
containing block.

Regards,

Hari.
>
> regarding IE - i always leave the css code breaking for the last in a
> separate file.
>
> Ido
> ______________________________________________________________________
> 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/



-- 
<-H_K_G->
______________________________________________________________________
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/

Reply via email to