The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Aural |
| Previous Style: voice-family | Next Style: white-space |


volume

The volume of the aural rendering of an element.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

pitch, pitch-range, richness, speech-rate, stress

Possible Values:

loud
A volume equivalent to using 75 for the number value.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

medium
A volume equivalent to using 50 for the number value.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[number]
A specific value between 0 and 100 for the volume level.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[percentage]
A percentage of the volume inherited from the container element.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

silent
The page is rendered without sound.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

soft
A volume equivalent to using 25 for the number value.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

x-loud
A volume equivalent to using 100 for the number value.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

x-soft
A volume equivalent to using 0 for the number value.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<BODY STYLE="volume: loud">

| Index | Current Category: Aural |
| Previous Style: voice-family | Next Style: white-space |