javascript LEGEND clientLeft, clientTop
@July 12, 2008, 5:48 a.m.
clientLeft, clientTop | Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a |
Read-only | |
Broadly speaking, these provide the left and top coordinates of the LEGEND element's content within the box that includes the LEGEND element's padding, but with minor variations among various operating system versions of IE. Not available for all element types in IE for Macintosh. More useful information for inline element positioning generally comes from the offsetLeft and offsetTop properties (including Netscape 6). For CSS-positioned elements (including changing an element's position), use style object properties, such as left and top, and (in IE only) pixelLeft and pixelTop. |
|
Value | |
Integer pixel value. |
|
Default | |
0 |
Powered by Linode.