![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: (DOM)Compute the sum of width of elements contained in blockleve element
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Wed Feb 08 2006 - 15:11:06 CET
Thomas 'PointedEars' Lahn wrote:
> Luke Matuszewski wrote:
That is not quite correct. getComputedStyle() as introduced in W3C DOM
getComputedStyle(objRef, pseudoElem).getPropertyValue("width")
which is supported only in the Gecko DOM (where the global Window object
PointedEars
|