Copyright © tutorialspoint.com

CSS - elevation

previous next


Description:

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

Possible Values:

Applies to:

All the HTML elements

DOM Syntax:

object.style.elevation="above";

Example:

Here is one example:

<style tyle="text/css">
<!--
h1   { elevation: above }
tr.a { elevation: 60deg }
tr.b { elevation: 30deg }
tr.c { elevation: level }
-->
</style>

previous next

Copyright © tutorialspoint.com