View Full Version : Floating thumbnails
w1sh
June 9th, 2008, 12:51 PM
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.
simplistik
June 9th, 2008, 12:58 PM
: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
javascript tooltip
w1sh
June 9th, 2008, 01:05 PM
:puzzled: I'm dumb... but you sir.. are thorough.
simplistik
June 9th, 2008, 01:08 PM
:puzzled: I'm dumb... but you sir.. are thorough.
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.
w1sh
June 9th, 2008, 01:15 PM
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.
simplistik
June 9th, 2008, 01:30 PM
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.
w1sh
June 9th, 2008, 03:17 PM
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.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.