CSS problem

I am trying to add a link on my gadget that can bring a tooltip when hovering.. This

CSS code is not working so far...

.Gadget.changecolorfonta:hover

{

text-decoration:none;

font-size:x-small;

color:gray;

}

Any suggestion is appreciated...

[823 byte] By [Raros] at [2008-1-13]
# 1

I think the best way is to add a function with 'onmouseover' to your js.
You'll find some samples in the SDK.

MarijkeS at 2007-9-3 > top of Msdn Tech,Gadgets,Web Gadget Development...
# 2
Hello ; try with this css code : .Gadget_changecolorfont a:hover But it is not sure !
OEIL2MOSCOU at 2007-9-3 > top of Msdn Tech,Gadgets,Web Gadget Development...
# 3

The answer to my question

a:hover.oneclassname

a:visited.oneclassname

Raros at 2007-9-3 > top of Msdn Tech,Gadgets,Web Gadget Development...