Thanks for your answer. I put the tooltip attribute on the vbox parent of the image, and everything is fine now.
Didier
Neil <[EMAIL PROTECTED]> wrote:
Didier Ernotte wrote:
> image.setAttribute("tooltip", "_child");
> var tooltip1 = document.createElement("tooltip");
> image.appendChild(tooltip1);
I read somewhere that some XUL widgets, such as images and iframes, get
special processing which might explain the effect you see.
Try putting the tooltip and image in a containing box.
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
