本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

elevation

Specifies the elevation of the element. You can either one of the relative elevations or specify an angle in degrees.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
nonononono

Usage

Example values: 90deg, 60deg, level, etc.

Values

*Specify a value for elevation that is not on this list.
inheritInherit the value from the parent element.
belowSame as -90deg.
levelSame as 0deg.
aboveSame as 90deg.
higherAdd 10deg to the current elevation.
lowerSubtract 10deg from the current elevation.

Remarks

To specify an angle, use syntax similar to "90deg".

Availability

W3C CSS2

Related