On Sat, 11 Aug 2007, Robert Tilley wrote:

> <style>
> p { color: white; font-size: large; }
> </style>
> </head>
>
> <body>
>
> <div style="color: white; font-size: large;">
> <p>Sample text of a large size.</p>
> </div>

I don't see the point here, and neither do I see the problem you describe:

> The sample text does not display in large size.

It does when I test with your code. Is there something else on your real 
test page? As usual, specifying a URL and the browser(s) tested would help 
a lot.

In particular, the presence and exact spelling of the doctype declaration 
is essential in the sense that it affects the meaning of font size 
keywords on IE. (See http://www.cs.tut.fi/~jkorpela/quirks-mode.html )

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
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