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...
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...
I think the best way is to add a function with 'onmouseover' to your js.
You'll find some samples in the SDK.