CSS Voice-Balance Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The 'voice-balance' property refers to the balance between left and right channels, and presumes a two channel (stereo) model that is widely supported on consumer audio equipment.
Syntax
voice-balance: [value]
Possible values
- [number]
- left
- center
- right
- leftwards
- rightwards
- inherit
Initial Value
center
Applies To
All elements
Inherited
Yes
Media
Speech
Example
.class {
voice-balance: right;
}
Loading Twitter