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)?
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:
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.