you could do :
$(myElement).getStyle('background-color');


Le 30/03/2012 11:16, hartum a écrit :
Hi everybody

I have this in my css

a{
    background-color:#FFF;
}

a:hover{
    background-color:#000;
}

The question is, How could I read the "background-color" property from
a:hover?

somebody could help me, please?

Thank you, very much.

Reply via email to