
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Aural |
| Next Style: background
|
azimuth
Controls the horizontal angle from the listener to the sound source during an aural rendering of an element.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Notes:
- The azimuth values are measured in degrees between +360 and -360, where 0 places the sound source straight ahead, 90 (or -270) places the sound source on the right side; 180 (or -180) places the sound source directly behind; and 270 (or -90) places the sound source on the left side.
- You can also add the behind keyword to reverse the values.
See Also:
-
elevation
Possible Values:
- [angle]
The specific angle from the listener to the sound source.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
-
Notes:
-
Use deg to specify values in degrees (see the example).
- center
Equivalent to using 0 for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- center-left
Equivalent to using 340 (or -20) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- center-right
Equivalent to using 20 (or -340) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- far-left
Equivalent to using 300 (or -60) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- far-right
Equivalent to using 60 (or -300) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- left
Equivalent to using 320 (or -40) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- left-side
Equivalent to using 270 (or -90) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- leftwards
The angle that is 20 degrees less than the current angle.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- right
Equivalent to using 40 (or -320) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- right-side
Equivalent to using 90 (or -270) for the angle value.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- rightwards
The angle that is 20 degrees more than the current angle.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<BODY STYLE="azimuth: left-side">
<P STYLE="azimuth: 45deg">
| Index
| Current Category: Aural |
| Next Style: background
|
|