![]() |
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 - 14:50:37 CET
Luke Matuszewski wrote:
> My question is about returned elements (which represent html tags)
Elements do not represent HTML tags. HTML elements consist of tags (start
Accessing the DOM with an ECMAScript implementation returns references to
> - do they have some property which will indicate the actual width which
- getComputedStyle(objRef, pseudoElem).width
PointedEars
|