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...
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...
CSS problem
sammy chen
The answer to my question
a:hover.oneclassname
a:visited.oneclassname
Cla82
pitks
I think the best way is to add a function with 'onmouseover' to your js.
You'll find some samples in the SDK.