Floating thumbnails

I’ve seen a lot of floating thumbnails (http://www.bestwebgallery.com) and was wondering how they do that. Is it JS? If so, do you know the name of the effect or a tutorial link?

I plan on using it for my work-site. Are there any downfalls to it (ie: some people might not be able to use it)?

Thanks guys.

:sigh: …

yes it’s javascript, it’s called a tooltip, of course some people won’t be able to see it … just like any other javascript. a quick look at the source code brings up:


http://bestwebgallery.com/wp-content/themes/master/js/global.js

which means you’ll need jquery
http://jquery.com/
and the tooltip javascript http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery

or another other variation of it a javascript tooltip
[search]javascript tooltip[/search]

:puzzled: I’m dumb… but you sir… are thorough.

[QUOTE=w1sh;2339444]:puzzled: I’m dumb… but you sir… are thorough.[/QUOTE]

not dumb, just remember that almost all your questions on things like that can be solved by looking at the source code of almost any site.

I used to when I first started HTML, but then I started stealing script and learning through copying. Now I’m of the mindset that everything I make should be from scratch, so I try to just learn the names of things, then study them until I’m pretty good with them.

I thought this might be jQuery though because webdesignerwall.com (bestwebgallery sister site), gives an article on jQuery and the effects seem similar.

Is jQuery used for a lot of AJAX?

Edit: BTW, jQuery’s site lags pretty bad for me. Which is to say, the doc section times out almost every time.

jQuery is a javascript library that has AJAX capabilities.

As for the “stealing”, most scripts like that are open source and free to use so it’s not stealing at all unless in the script it denotes otherwise.

I can never figure out how to work with scripts and all that.
I’ve downloaded jQuery, JDK, and Ant, but don’t know how to build jQuery.