The CSS reference
"volume" - css property (v. css 2)
- To specify the volume of the speaking
- Initial value: medium
- The property is inherited
- HTML usage: all elements
-
Browsers that support the volume - property :
h2 { volume: loud;}
Possible volume values:
Values | Comments | CSS |
---|---|---|
[number] | Any number between '0' and '100'. '0' represents the minimum audible volume level and 100 corresponds to the maximum comfortable level. | 2 |
[percentage] | Percentage values are calculated relative to the inherited value, and are then clipped to the range '0' to '100'. | 2 |
silent | No sound at all. The value '0' does not mean the same as 'silent'. | 2 |
x-soft | Same as '0'. | 2 |
soft | Same as '25'. | 2 |
medium | Same as '50'. | 2 |
loud | Same as '75'. | 2 |
x-loud | Same as '100'. | 2 |
inherit | Will inherit the value from parent specification. | 2 |
© 2010 by Finnesand Data.
All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the
correctness in the pages or source codes.
The risk of using this web-site pages or any program
codes from this website is entirely at the individual user.