[jQuery] Re: [tooltip] image title rather than anchor?

2008-02-17 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: Hi i use jquery tooltips on anchor links, but i have a system full of images that use the title tag - i have tried everything to switch the javascript but the jquery tooltip is always empty despite it looking wright, just nothing in it? $('#innercontainer

[jQuery] Re: tooltip effect problem

2007-08-08 Thread seedy
It looks like the interface tooltip is automatically adding that text for you, I am not sure what the best way to trim the text for this plugin would be. You might want to look at some other tooltip plugins such as http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ Tooltip or

[jQuery] Re: tooltip effect problem

2007-08-08 Thread seedy
senzacionale wrote: i have one problem with tooltip effect I want to cut url adress, becouse if it is too long then it show over the edge, over the witdh: 150px. how can i cut it? I think this a more of a problem with the browser (Im guessing you are using firefox) , than with the

[jQuery] Re: tooltip effect problem

2007-08-08 Thread Karl Swedberg
On Aug 8, 2007, at 11:30 AM, seedy wrote: senzacionale wrote: i have one problem with tooltip effect I want to cut url adress, becouse if it is too long then it show over the edge, over the witdh: 150px. how can i cut it? I think this a more of a problem with the browser (Im

[jQuery] Re: Tooltip plugin as a preview bubble (Was: Websnapr using jQuery)

2007-07-05 Thread [EMAIL PROTECTED]
You should probably post your questions on the thread I noted above so that the author can see them and respond. I am not familiar very familiar with the plugin, I just happened to come across it yesterday. On Jul 5, 4:14 am, Kia Niskavaara [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote:

[jQuery] Re: Tooltip Bug (IE7)

2007-06-29 Thread Rodrigo Castilho Galvão Ferreira
Jörn, Thanks, very good script and very fast solution... perfect plugin now :) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On 6/29/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Rodrigo Castilho Galvão Ferreira wrote: The other problem in IE7 is: When we try to select

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Karl Swedberg
Hi Rodrigo, Have you tried including the bgiframe plugin? That should do the trick. Exactly what it was meant to solve. http://jquery.com/plugins/project/bgiframe --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 28, 2007, at 11:40 AM, Rodrigo

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Rodrigo Castilho Galvão Ferreira
Problem continue in IE6 (being behind tooltip in tags select) $('[EMAIL PROTECTED]').Tooltip({ delay: 500, showURL: false }).bgiframe(); New Bug: Problem too in IE7 (selecting tags select disabled focus) -- Rodrigo Castilho Galvão Ferreira www.rodrigocastilho.com On

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Jörn Zaefferer
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

[jQuery] Re: Tooltip Bug

2007-06-28 Thread Daryl
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

<    1   2