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