Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Design Forum > HTML / CSS
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-02-2005, 11:39 PM   #1 (permalink)
da king
Junior Member
 
Join Date: Sep 2005
Posts: 25
Default image flip

How can I create an image flip? I want my image to change when I hover over the picture/menu, but I want it to flip back when the mouse leaves it. How do I do this?

I think this is made with javascript, but are there alternative ways?
da king is offline   Reply With Quote
Sponsored Links
Old 09-03-2005, 07:47 PM   #2 (permalink)
Lpspider
Member
 
Join Date: Sep 2005
Posts: 65
Default

Place this code in the head section of your html document:


Code:
<SCRIPT language="JavaScript"> <!-- if (document.images) { pic1on= new Image(100,25); pic1on.src="shoes2.gif"; pic1off= new Image(100,25); pic1off.src="shoes1.gif"; } function lightup(imgName) { if (document.images) { imgOn=eval(imgName + "on.src"); document[imgName].src= imgOn; } } function turnoff(imgName) { if (document.images) { imgOff=eval(imgName + "off.src"); document[imgName].src= imgOff; } } //--> </SCRIPT>

Place this code in the body:

Code:
<A HREF="index.html" onMouseover="lightup('pic1')" onMouseout="turnoff('pic1')"> <IMG SRC="../images/shoes1.gif" name="pic1" width="100" height="25" border="0"></A>

That should work... tell me how it goes.
Lpspider is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 09:55 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums