CSS Home
CSS Reference
Pseudo Classes & Elements
© 2013 TutorialsPoint.COM
|
CSS - azimuth
Advertisements
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;}
|
Advertisements
|
|
|