Patrick Ehrlich wrote:

>Hi,
>perhaps someone is able to explain why opera does not display my text
>formatting regarding the P selector? 
>
>Hard to explain, you can take a look at it - just use opera (my version is
>8.54)
>http://werksentwurf.infosion.de
>
>The text <p> should have 125px margins to the left. IE and Firefox have no
>problems with displaying that the right way...
>
>p  {
>     font-weight: normal;
>     margin: 0 115px 0.3em 125px;
>     padding: 0;
>     font-size: .9em;
>     border: 0;
>     font-style: normal;
>     }
>
>Any ideas?
>Patte
>
Hi Patte,
In Opera 7.54 and Opera 8.01 under Win98SE everything is fine: from 
800x600 to 1280x1024 resolution, and with different zoom's.
The only thing I can imagine (but no Opera-specialist), is that in some 
circumstances the computing of a mix of margins in px and em can be 
problematic.
Did you try to play with putting all the px-distances in the padding?
p  {
     margin: 0 0 0.3em 0;
     padding: 0 115px 0 125px;
     }

Greetings,
francky



______________________________________________________________________
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