Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Switching Image in single Div
Old 11-18-2010, 05:30 AM Switching Image in single Div
Banned

Posts: 408
Name: mushget
Trades: 0
Hello,

I've been struggling to find a decent code example of how to create a switching image in a div when you hover over an anchor.

What I'm trying to create is a layout where I can have multiple anchors that link to multiple images that are shown in a single div or frame.

Any suggestions would be greatly appreciated.
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
 
Register now for full access!
Old 11-20-2010, 01:10 PM Re: Switching Image in single Div
Novice Talker

Posts: 8
Trades: 0
You can create you div then place in an image:
<div><img src="http://mysite.com/image/placeholder.jpg" id="switchingimage"></div>

<a href="http://mysite.com/images/image1.jpg" onmousevover="RevealImg(this.href)">
<a href="http://mysite.com/images/image1.jpg" onmousevover="RevealImg(this.href)">
<a href="http://mysite.com/images/image1.jpg" onmousevover="RevealImg(this.href)">

Create a javascript function:

function RevealIm(url){
if(url!=''){
document.getElementById("switchingimage").src=url;
}
}
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
holyhttp is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Switching Image in single Div
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18593 seconds with 12 queries