Copyright © tutorialspoint.com

CSS - azimuth

previous next


Description:

The azimuth property describes the position of a sound source along the horizontal axis of the listener's environment.

Possible Values:

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;}

previous next

Copyright © tutorialspoint.com