Hello,
My XPCOM has a
nsIDOMXULElement from _javascript_ and I need to retrieve its background color
value. Tried:
GetAttributeNS(NS_LITERAL_STRING("style"),
NS_LITERAL_STRING("background-color"), val);
GetPropertyCSSValue
GetStyle
didn't
work.
Where should I find
information about things like this?
Thanks,
Michael
