I'm trying to use the tip_balloon.js file with wz_tooltip.js.
Info here:
http://www.walterzorn.com/tooltip/extensions.htm
I'm trying to use the tip_balloon.js with the wz_tooltip.js. I appended my code in the html to
onmouseover="Tip('This is a balloon tooltip', BALLOON, true, ABOVE, true)"
and the code in my tip_ballon.js in the GLOBAL TOOLTIP CONFIGURATION to read:
//=================== GLOBAL TOOPTIP CONFIGURATION =========================/
/
config. Balloon = true// true or false - set to true if you want this to be the default behaviour
config. BalloonImgPath = "../scripts/tip_balloon/st
emb.gif" // Path to images (border, corners, stem), in quotes. Path must be relative to your HTML file.
// Sizes of balloon images
config. BalloonEdgeSize = 6 // Integer - sidelength of quadratic corner images
config. BalloonStemWidth = 15 // Integer
config. BalloonStemHeight = 19 // Integer
config. BalloonStemOffset = -7 // Integer - horizontal offset of left stem edge from mouse (recommended: -stemwidth/2 to center the stem above the mouse)
//======= END OF TOOLTIP CONFIG, DO NOT CHANGE ANYTHING BELOW ==============//
But when I test this, the text still comes up, but nothing else except for a transparent border.