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 .changecolorfont a:hover

{

text-decoration:none;

font-size:x-small;

color:gray;

}

Any suggestion is appreciated...



Answer this question

CSS problem

  • sammy chen

    The answer to my question

    a:hover.oneclassname

    a:visited.oneclassname


  • Cla82

    Hello ; try with this css code : .Gadget_changecolorfont a:hover But it is not sure !

  • pitks

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



  • CSS problem