![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveIE: apply stylesheet in dynamically inserted nodes
From: Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputer.com>
Date: Tue Aug 30 2005 - 15:20:05 CEST
I'm writing a small script to scan an HTML document and append a <span
My script works fine in Gecko but IE has a serious issue: the CSS style
Here's the relevant code:
// obj is an array with nodes
for(var i=0; i<obj.length; i++){
// Compose <span>
// Insertamos <span> in document
-- -- Álvaro G. Vicario - Burgos, Spain -- http://bits.demogracia.com - Mi sitio sobre programación web -- Don't e-mail me your questions, post them to the group --Received on Tue Oct 18 03:14:31 2005 |