If I do $(myElement).getStyle('background-color');
I get #FFF,
Exist something like $(a:hover).getStyle('background-color'); ?????On 30 mar, 11:33, David MARTIN <[email protected]> wrote: > 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.
