CSS - azimuth
Description:
The azimuth property describes the position of a sound source along the horizontal axis of the listener's environment.
Possible Values:
- angle
- left-side
- far-left
- left
- center-left
- center
- center-right
- right
- far-right
- right-side
Applies to:
All the HTML elements.
DOM Syntax:
object.style.azimuth="Any value defined above"; |
Example:
a.external:link {azimuth: right-side;} a:visited {azimuth: 180deg;} |