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/posBottom below:

posBottom · WebPlatform Docs

posBottom Summary

Reflects the value of the Cascading Style Sheets (CSS) bottom attribute for positioned items.

Property of css/cssom/propertiescss/cssom/properties

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

This example uses the posBottom property to set a positioned div to the bottom of the client area.

oDiv.style.posBottom = 0;
Notes Remarks

This property reflects the value of the Cascading Style Sheets (CSS) bottom attribute for positioned items. This property always returns zero for nonpositioned items because “bottom” has meaning only when the object is positioned. If the bottom attribute is not set, the posBottom property returns zero. Setting this property changes the value of the bottom position but leaves the CSS Values and Units Reference designator for the property unchanged. Unlike the bottom property, the posBottom property value is a floating-point number, not a string. For more information about how to access the dimension and location of elements on the page through the Dynamic HTML (DHTML) Document Object Model (DOM), see Measuring Element Dimension and Location with CSSOM in Internet Explorer 9.

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