You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all. I am loving your plugin. So much nicer than anything out there.
I am struggling to change the style of the tooltip though.
I would really appreciate some help.
//Tooltip
Opentip.styles.tooltip = {
ajax: true, // The URL to download will be taken from the href attribute
showOn: 'mouseover',
target: true, /
tipJoint: "top",
group: "tags" ,
background: "#ffffff",
};
Opentip.defaultStyle = "tooltip"
This is my code and it is not changing the style.
Is there anything I am missing?
Thanks so much,
Eva
The text was updated successfully, but these errors were encountered:
Hello,
First of all. I am loving your plugin. So much nicer than anything out there.
I am struggling to change the style of the tooltip though.
I would really appreciate some help.
//Tooltip
Opentip.styles.tooltip = {
};
Opentip.defaultStyle = "tooltip"
This is my code and it is not changing the style.
Is there anything I am missing?
Thanks so much,
Eva
The text was updated successfully, but these errors were encountered: