[jQuery] Re: tooltip - image preview does not respect window border

2009-02-08 Thread snooper
Hi there I am in the same position. I see you suggested a different script all together, from bassistance.de, instead of the original one from cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery . The one you suggested is much more than i need. Was anyone able to modify the

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-26 Thread CNN_news
Thanks, I replaced jquery.tooltip.js and jquery.tooltip.css with the new versions and the tooltips stopped working alltogether. In my wordpress theme folder I have a jquery directory. In this directory I have the following files: global.js jquery.js jquery.tabs.css jquery.tabs.pack.js

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-26 Thread Jörn Zaefferer
You probably need to upgrade jQuery as well, the tooltip plugin was released with support for 1.2.6. Jörn On Mon, Jan 26, 2009 at 7:50 PM, CNN_news nagit...@gmail.com wrote: Thanks, I replaced jquery.tooltip.js and jquery.tooltip.css with the new versions and the tooltips stopped working

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-26 Thread Karl Swedberg
Also, it looks like you're loading 2 copies of jQuery: jquery.js and jquery-1.1.3.1.pack.js That can't help matters. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 26, 2009, at 4:19 PM, Jörn Zaefferer wrote: You probably need to upgrade jQuery as

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-26 Thread CNN_news
Hi Karl, sorry I have been working on this and I think you caught me halfway though. I think I updated jquery correctly. But it still does not work correctly and the opacity is wrong in FF and Opera (ok in IE). /Nagita On Jan 26, 4:04 pm, Karl Swedberg k...@englishrules.com wrote: Also,

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-26 Thread CNN_news
ok, As usual after 4 hours messing with this and then posting on this list, it started working 5 minutes later. /Nagita On Jan 26, 5:16 pm, CNN_news nagit...@gmail.com wrote: Hi Karl, sorry I have been working on this and I think you caught me halfway though. I think I updated jquery

[jQuery] Re: tooltip - image preview does not respect window border

2009-01-25 Thread Jörn Zaefferer
It looks like you got an old version of the plugin. Try the latest release, it has built-in support for repositioning the tooltip at the viewport border: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ Jörn On Sat, Jan 24, 2009 at 11:26 PM, CNN_news nagit...@gmail.com wrote: