|
The Client object has all the navigator properties and the following:
Client.opera.....returns true for Opera 5+ browsers.
Client.opera7.....returns true for Opera 7+ browsers.
Client.kon.....returns true for Konqueror 2+ browsers.
Client.kon2.....returns true for Konqueror 2 browsers.
Client.kon3.....returns true for Konqueror 3+ browsers.
Client.ie.....returns true for IE 4+ browsers.
Client.ie4.....returns true for IE 4 browsers.
Client.ie5.....returns true for IE 5+ browsers.
Client.ie6.....returns true for IE 6+ browsers.
Client.ns.....returns true for Netscape 4+ browsers.
Client.ns4.....returns true for Netscape 4 browsers.
Client.ns6.....returns true for Netscape 6+ browsers.
Client.moz.....returns true for Mozilla 1+ (or equivalent) browsers.
Client.style.....returns true for browsers that can dynamically change styling (ie4+,ns6+....).
Client.nodes.....returns true for browsers that have nodes (ie5+,ns6+.....).
Client.cssBox.....returns true for browsers that comply with the W3C CSS box model.
|
pxLeft(value,offset)
pxTop(value,offset)
|
Sets or returns the offset position of a layer's edges.
value can be an integer.
value can be a percentage1 (eg "45%").
value can also be a "pos" value, the layer is then set to that position in the window.
For example, "cssLayers[0].pxLeft('50 pos')" would center the layer in it's parent Layer.
offset is an integer which can be used to offset this value.
Returns calling layer if setting value,otherwise the property value is returned.
|
Index(integer) ²
Visibility("value",exclude_3d) ²
|
Sets or returns the z-index/visibility values.
value can be "hidden","visible" or "inherit".
exclude_3d is a boolean value,if true,the visibility of any attached 3d effect is not set.
Returns calling layer if setting value,otherwise the property value is returned.
|