A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/cssom/properties/pixelHeight below:

pixelHeight · WebPlatform Docs

pixelHeight Summary

Changes the value of the height without changing the units designator.

Property of css/cssom/propertiescss/cssom/properties

Syntax
var result = element.pixelHeight;
element.pixelHeight = value;
Examples

This example uses a timer to increment the pixelHeight property.

<SCRIPT>
function scaleThis()
{
    if (sphere.style.pixelWidth <900) {
        sphere.style.pixelWidth += 4;
        sphere.style.pixelHeight +=4;
        window.setTimeout("scaleThis();", 1);
    }
}
:
</SCRIPT>

View live example

Notes Remarks

Setting this property changes the value of the height without changing the units designator. Unlike the height property, this property’s value is an integer, not a string, and is always interpreted in pixels.

See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4