Should've worked harder at it... I found the answer.
in the inputex-all.js, around line 342, added "container: this.divEl"
as follows:
this.tooltip = new YAHOO.widget.Tooltip('inputEx-tooltip-'+
(inputEx.tooltipCount++), { context: this.tooltipIcon, text:"",
container: this.divEl });