I have the following page:

<html>

<head>
<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>

</body>
</html>

The sample text does not display in large size.  If a style is applied to the 
inner paragraph (<p style="font-size: large;">) it does display large.

Why doesn't the font-size apply from the definition at the beginning?

Thanks, Bob
______________________________________________________________________
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