'pixelTop' Syntax and Note
Note: JavaScript-only style properties Set the top position. These properties are equivalent to the CSS-compatible top style properties. Syntax: elementID.style.pixelTop = "value" document.all.elementID.style.pixelTop = "value"
1. | 'pixelTop' Example | ||
2. | 'pixelTop' is applied to |