David Laakso wrote:
> Both win/opera (9.1) and mac/opera (9.22) are rendering h1 smaller
> than intended in this rough layout:
> <http://www.chelseacreekstudio.com/ca/cssd/experimental.html> Why
> be that?

The problem seems caused by the inability of Opera 9 to manage font-size
expressed in percentage greater than about 500%. You have found a good fix
that avoids such percentages, another one would be to use em, so instead of
font-size: 685% write font-size: 68.5em.

At least this is what I see in a simplified test case:
Compare this page in Opera and Firefox:
  http://www.brunildo.org/test/bigpercfont2.pl?pc0=100&pc1=1000&step=50
A sequence of 'I' of increasing sizes, first from 100% to 1000%, and then
from 1em to 10em, are displayed.
This first sequence in Opera 9 stops increasing at about 500%.

You still have a  font-size: 550% on the h3, which are indeed slightly
smaller in Opera then in Firefox.

Best regards,
Bruno


--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
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