Re: Problems with CSS Styles: font-weight change but stoke and fill color won't!
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Siegfried Heintze wrote:
> This causes an error and my function won't work:
What's the error?
> This worked once (maybe I have to restart my browser? or reboot?)
>
> document.styleSheets[0].cssRules[26].setAttribute("style",
> "fill:grey;");
> document.styleSheets[0].cssRules[27].setAttribute("style",
> "fill:black;");
That shouldn't work at all. And should in fact throw.
-Boris