There is are options for the positioning, top and left. Something like
this should work:

$("...").tooltip({
        top: $.browser.ie ? 100 : -60
});

More details at http://docs.jquery.com/Plugins/Tooltip/tooltip

Jörn

On Tue, May 20, 2008 at 7:17 PM, olestaats <[EMAIL PROTECTED]> wrote:
>
> I've using the tooltip script from bassistance.de and I have some
> issues with IE6.
>
> The jquery code has a line that defines the position of the tooltip
> (top: 15;)
>
> I'm not 100% sure why, but for all other browsers, the value for "top"
> should be -60 and just for IE6, it should be 100
>
> Is there any way I can add a line to the jquery.tooltip.js file that
> will target the change for IE6?
>
> The link is: http://www.projects.redpointdesign.ca/rp/index.php
>
> I am using a conditional css for IE6.
>
> I'm not a javascript programmer at all.
>
> Thanks!
>
> Brian
>

Reply via email to