CSS Home
CSS Reference
Pseudo Classes & Elements
© 2011 TutorialsPoint.COM
|
CSS - richness
Description:
The richness property defines the degree to which a voice will "carry."
Possible Values:
- number: The higher the numeric value, the more rich the voice and the further it will carry. A lower value will
produce a voice which is soft and mellifluous.
DOM Syntax:
object.style.richness="80";
|
Applies to:
All the HTML elements
Example:
Here is the example:
<style tyle="text/css">
<!--
*.chairman-kaga {richness: 80;}
div.aside {richness: 10;}
-->
</style>
|
For more detail please look into CSS Aural Media.
|
|
|