[jQuery] Re: detailed balloon?

2007-10-29 Thread Karl Swedberg
yeah, at its mots basic level, it is pretty simple. The tricky part comes in when you have varying height and/or position on the page -- repositioning the balloon to ensure that it's completely visible. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On

[jQuery] Re: detailed balloon?

2007-10-29 Thread Gordon
It's pretty simple to implement, just have a hidden absolute positioned div that gets shown and has its position set on mouseover. That's how the jargon buster I wrote for www.pcwb.com works, in fact. On Oct 29, 12:14 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi, > > Does jQuery have

[jQuery] Re: detailed balloon?

2007-10-28 Thread Benjamin Sterling
There are a few, have a look at http://jquery.com/plugins/project/Plugins/name. clueTip is one, jTip is another and I think there are a few more. On 10/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > hi, > > Does jQuery have something similar to this? > > http://www.netflix.com/BrowseSe

[jQuery] Re: detailed balloon?

2007-10-28 Thread Tobias Parent
[EMAIL PROTECTED] wrote: hi, Does jQuery have something similar to this? http://www.netflix.com/BrowseSelection?sgid=307 It pops up a balloon over a image. A.C. Wow - disregard my reply, I was completely off the mark. However, it would be pretty easy to make something like that happen

[jQuery] Re: detailed balloon?

2007-10-28 Thread Tobias Parent
[EMAIL PROTECTED] wrote: hi, Does jQuery have something similar to this? http://www.netflix.com/BrowseSelection?sgid=307 It pops up a balloon over a image. A.C. How 'bout this? http://leftlogic.com/lounge/articles/speech-bubbles/ Don't know if it's exactly the same, but it's pretty du