
12-13-2008
|
|
|
|
Javascript problem with Explorer. Need help pls.
All browser, with the exception on IE Windows, will retrieve a text string
containing the properties of a stylesheet object using the command
document.styleSheets[n].cssRules[n].cssText.
:where [n] is the number of the array object.
I tried document.styleSheets[n].rules[n].cssText but there doesn't seem to
be any properties for the "rules" object.
Does any one know the equivelent command for IE Windows?
|