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

Reply via email to