Felix Miata wrote:
> On 2007/08/06 10:03 (GMT-0400) David Laakso apparently typed:
>
>
>> 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?
>>
>
> H1-H6 in Opera have their own unique preference sizes in px unrelated to
> whatever size you may have set on web page normal text. You didn't set a
> font-size on any ancestor of H1, so NAICT, it uses the standard 32px Opera H1
> default to have your 685% applied to.
>
O.K.
The fix (unless someone has a better way) for this particular layout
seems to be:
h1 {
/*font-size : 685%; */ <--- :: delete
font-size : 262%; <--- :: add
}
#header {
background-color : #c0c0c0;
width : 100%;
font-size : 262%; <--- :: add
float : left;
}
And revise the markup so that the ul is beneath, rather than enclosed,
in the header division.
Best,
~dL
--
http://chelseacreekstudio.com/
______________________________________________________________________
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/