NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Need help in Javascript please, Image rollover for gallery

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
7 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 04-11-2005, 07:13 PM THREAD STARTER               #1 (permalink)
New Member
Join Date: Mar 2005
Posts: 2
diablostang is an unknown quantity at this point
 



Need help in Javascript please, Image rollover for gallery


Hey, I need the Javascript code for the image rollovers that have a thumbnail, you rollover the thumbnail, and the fullsize appears below.... If that makes sense


Thanks!
diablostang is offline  
Old 04-13-2005, 12:24 PM   #2 (permalink)
New Member
Join Date: Apr 2005
Posts: 8
adamquaile is an unknown quantity at this point
 



What you need to do is something like this:

You have all your img tags in whatever way you want them to be, but with this attribute: onMouseover="swap(this.src)". Then you have your main image, something like so:

<img src="??" id="mainImg" />


Now in your head tag, you need a function, called swap (as referred to earlier):

<script language="JavaScript">

function swap(input)
{
var img = document.getElementById('mainImg');
img src = input;

}
</script>


That should do it, if it doesn't let me know...
__________________
Adam Quaile
Dancing Badger Web Design (http://www.dancingbadger.co.uk)

For articles, tutorials, tips, tricks etc... on web design, programming, the web, and other similar funky stuff
adamquaile is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rollover Image. pooh bear Web Design Discussion 5 03-07-2005 10:53 PM
Rollover image link to bookmark binu Web Design Discussion 1 01-03-2005 10:08 PM
xhtml/javascript image rollover , help me killmesuicide Programming 2 04-13-2004 04:36 PM
CSS and Two Image Rollover Effects wasabisam Programming 2 03-03-2004 06:12 AM
Javascript roleover image help! DeltaWeb Programming 3 11-06-2003 08:39 AM

 
All times are GMT -7. The time now is 02:52 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger