style.posHeight (Property)

A measurement unit independent size control property.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEmyStyle.posHeight
CSS syntax:pos-height: aHeight
Argument list:aHeightA sizing value

Although this is a read and write property, it is most likely to be useful for measuring the height of an object to get a numeric value without the trailing measurement unit suffix that you get when enquiring the style.width value.

The value in this property will be an integer defined in CSS attribute defined measurement units only. Refer to the style.pixelHeight property for a more specialized value that can be operated on unambiguously using pixel values.

See also:Measurement units, style.height, style.pixelHeight, style.pixelWidth, style.posWidth