[jQuery] Re: [tooltip] explorer 6 conditional statement?

2008-05-20 Thread Jörn Zaefferer
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

[jQuery] Re: [tooltip] explorer 6 conditional statement?

2008-05-20 Thread olestaats
Thanks for this. I played around and can't find any docs to explain it specifically... This is the code I'm working with: $.tooltip = { blocked: false, defaults: { delay: 200, showURL: true, extraClass: ,