<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">
		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">elevation</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">n/a</span> CSS <span class="emphasis">2</span></td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Inherited: Yes</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Given a listener at the center of a three-dimensional sound space
(like in a surround-sound-equipped theater),
<span class="literal">elevation</span> sets the vertical angle of the source of
the sound (for example, in a text-to-speech browser). See also the
<span class="literal">azimuth</span> attribute.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="csssyntax"><span class="title">CSS Syntax</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>elevation: <span class="replaceable">angle</span> | <span class="replaceable">angleConstant</span></pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Value</span></td>
				</tr>
				<tr>
					<td><p>Your choice of a specific angle (in degrees) or one of the five
constant values. An angle value is any value in the range of -90 to
+90 (inclusive) plus the letters
"deg", as in
<span class="literal">90deg</span>. The value <span class="literal">0deg</span> is at the
same vertical level as the listener's ear. To set
the angle above level, the value must be a positive value
(<span class="literal">45deg</span>); below level requires a negative value
(<span class="literal">-45deg</span>). Optionally, you can choose an
<span class="replaceable">angleConstant</span> value from a library of
descriptions that correspond to fixed points above and below level.
</p><p>In combination with the <span class="literal">azimuth</span> attribute, you can
place a sound at any point around a spherical surround-sound stage.
</p>
						<table border="1"><tbody><tr><th>Value</th><th>Equals</th></tr>
								<tr><td>above</td><td><span class="literal">90deg</span> (directly overhead)</td>
								</tr>
								<tr><td>below</td><td>-<span class="literal">90deg</span> (directly beneath)</td>
								</tr>
								<tr><td>higher</td><td>+10 degrees from current</td>
								</tr>
								<tr><td>level</td><td><span class="literal">0deg</span> (at listener's ear level)</td>
								</tr>
								<tr><td>lower</td><td>-10 degrees from current</td>
								</tr>
							</tbody></table>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="initvalue"><span class="title">Initial Value</span></td>
				</tr>
				<tr>
					<td><p><span class="literal">level</span></p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Example</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>h1 {elevation: -45deg}
p.heavenly {elevation: above}</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="appliesto"><span class="title">Applies To</span></td>
				</tr>
				<tr>
					<td><p>All elements. </p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>