I’m trying to add an image tooltip to a text box, is it possible?
I made the code and it doesn’t works
is something wrong here?
pls, help!
Hila
export function text2_mouseIn(event) {
// This function was added from the Properties & Events panel. To learn more, visit http://wix.to/UcBnC-4
// Add your code for this event here:
}$w('#imagesavta').show();
export function text2_mouseOut(event) {
// This function was added from the Properties & Events panel. To learn more, visit http://wix.to/UcBnC-4
// Add your code for this event here:
}$w('#imagesavta').hide();