![]() |
|
|
+ Search |
![]()
|
Nov 6th, 2002 15:56
Mark Filipak,
Using createDocumentFragment(), createElement('STYLE'), and
document.getElementsByTagName('HEAD').item(0).appendChild(myNewStyle),
how can I create a new style without crashing the browser? I appear to
succeed, but as soon as I try to use myNewStyle, NN6 crashes. Could
there be a binding problem?