Seems this trick, either done via the bgiframe plugin or by manually
inserting the iframe inline in the code, doesn't work with the
original version of tooltip.


On 6/28/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:

Rodrigo Castilho Galvão Ferreira wrote:
>
> Problem continue in IE6 (being behind tooltip in tags select)
>
> $('[EMAIL PROTECTED]').Tooltip({
>     delay: 500,
>     showURL: false
> }).bgiframe();
Please try this instead:

$('[EMAIL PROTECTED]').Tooltip({ ... });
$("#tooltip").bgiframe();

I'll add bgiframe-detection so that all you need to do is include the
bgiframe plugin.
> New Bug: Problem too in IE7 (selecting tags select disabled focus)
That sounds like it needs a bit more explanation.

--
Jörn Zaefferer

http://bassistance.de


Reply via email to