i have some style property in a array for example
color[1] = "color";
color[2] = "background";
now i want ger the style property of a object but i don´t know
how call.
for example: obj.style + color[1] but this only return:
[object CSSStyleDeclaration], how can i see the value that is set?
thanks for your help