I have a fancybox modal window that loads a page of content (a form).
On each input of the form there is a click event that shows a help tip to the right of the input.
My question is this - how can I make an element 'breakout' from the fancybox and overlap the edge, so that it's the highest element in the z-index? I'd like the helptip to overlap the edge of the fancybox.
I've tried setting the help tip to z-index of 1,000,000 but it doesn't fix it. Is the fancybox script setting itself as the max z-index on the page?