Current location: Hot Scripts Forums » General Web Coding » JavaScript » change image


change image

Reply
  #1 (permalink)  
Old 06-17-03, 06:41 AM
zlatkomicic zlatkomicic is offline
New Member
 
Join Date: Jun 2003
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation change image

i need a script that enables changing TWO images on mouse over...
Reply With Quote
  #2 (permalink)  
Old 06-17-03, 06:44 AM
!!! HotCGIScripts !!!'s Avatar
!!! HotCGIScripts !!! !!! HotCGIScripts !!! is offline
Guru Programmer
 
Join Date: Jun 2003
Location: USA
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
<img src='off.gif' onmouseover='this.src="on.gif"' onmouseout='this.src="off.gif"'>
Reply With Quote
  #3 (permalink)  
Old 06-17-03, 08:45 AM
zlatkomicic zlatkomicic is offline
New Member
 
Join Date: Jun 2003
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
this is ok, but I meant something like this:
I have image A and image B
on mouse over A, A is changing into C & B is changing into D
Reply With Quote
  #4 (permalink)  
Old 06-17-03, 08:52 AM
!!! HotCGIScripts !!!'s Avatar
!!! HotCGIScripts !!! !!! HotCGIScripts !!! is offline
Guru Programmer
 
Join Date: Jun 2003
Location: USA
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Ok.

<img id=img1 src='A.gif' onmouseover='document.images["img1"].src="C.gif"; document.images["img2"].src="D.gif"' onmouseout='document.images["img1"].src="A.gif"; document.images["img2"].src="B.gif"'>

<img id=img2 src='B.gif'>
Reply With Quote
  #5 (permalink)  
Old 06-17-03, 09:05 AM
zlatkomicic zlatkomicic is offline
New Member
 
Join Date: Jun 2003
Location: Serbia
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
That is it

thanx
Reply With Quote
Reply

Bookmarks


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamic image src = Newbie question clintre PHP 1 10-07-03 09:56 AM
camera phone image poster apt2 Script Requests 2 08-29-03 07:20 PM
A different kind of image counter Stix Script Requests 1 08-11-03 11:50 PM
PHP Live Support image change Jakenorton Script Requests 2 07-28-03 04:28 AM
Skript to convert email to image spade PHP 1 06-11-03 09:28 AM


All times are GMT -5. The time now is 11:26 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.