WMT.in - Webmaster Forum  

Go Back  »  WMT.in - Webmaster Forum » Web Development Forum » Programming Talk » PHP & MySQL


Welcome to the WMT.in - Webmaster Forum forums. WMT.in is a Revenue Sharing forum where you can Earn Money just for participating in WMT!

WebmasterTalk.in discussion forum is the fastest growing and active group of Webmasters from all over the world. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.



DHTML Fading Animation Image


Post New Thread Reply
 
LinkBack Thread Tools Search this Thread Display Modes

Old 05-20-2010, 11:56 PM   #1 (permalink)
Chris2k5
Member
 
This is Chris2k5's avatar
 
Status: Offline
Join Date: July 2005
Posts: 86
 
Reply With Quote
Default DHTML Fading Animation Image

I got this awesome tip from a member from myhosting.com Forums and just wanted to share it!!

The site hosts my web site too and thank god they have such a great community over there. Here goes:

Step 1: Place JavaScript below in your HEAD section
JavaScript
Quote:
<SCRIPT language=javaScript>
<!-- Beginning of JavaScript -

sandra0 = new Image();
sandra0.src = "photo1.jpg";

sandra1 = new Image();
sandra1.src = "photo2.jpg";

sandra2 = new Image();
sandra2.src = "photo3.jpg";

var i_strngth=1
var i_image=0

var imageurl = new Array()
imageurl[0] ="photo1.jpg"
imageurl[1] ="photo2.jpg"
imageurl[2] ="photo3.jpg"


function showimage() {
if(document.all) {
if (i_strngth <=110) {
testimage.innerHTML="<img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0>";
i_strngth=i_strngth+10
var timer=setTimeout("showimage()",100)
}
else {
clearTimeout(timer)
var timer=setTimeout("hideimage()",1000)
}
}

if(document.layers) {
clearTimeout(timer)
document.testimage.document.write("<img src="+imageurl[i_image]+" border=0>")
document.close()
i_image++
if (i_image >= imageurl.length) {i_image=0}
var timer=setTimeout("showimage()",2000)

}
}


function hideimage() {
if (i_strngth >=-10) {
testimage.innerHTML="<img style='filter:alpha(opacity="+i_strngth+")' src="+imageurl[i_image]+" border=0>";
i_strngth=i_strngth-10
var timer=setTimeout("hideimage()",100)
}
else {
clearTimeout(timer)
i_image++
if (i_image >= imageurl.length) {i_image=0}
i_strngth=1
var timer=setTimeout("showimage()",500)
}
}


// - End of JavaScript - -->
</SCRIPT>

Step 2: Place HTML below in your BODY section
HTML
Quote:
<BODY onload=showimage()>
<DIV id=mainbod style="POSITION: relative; VISIBILITY: visible"></DIV>

<DIV id=testimage style="POSITION: relative; VISIBILITY: visible"></DIV>
</BODY>




----------------------
Myhosting.com takes pride in offering a range of competitively priced web hosting services, including domain and email hosting. This Web host service allows you to redirect Web visitors a Web server level and supports top-level domains and sub-domains. Know more about the company's services by visiting myhosting.com or calling 1-866-289-5091.


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

You're Invited!

WebmasterTalk.in is an active Webmasters Discussion forum having over 1000 members discussing Webmaster related topics like Hosting, Control Panels, Programming, Webdesinging, SEO, Advertising. Please join our community today. Registration is free, easy and takes only a few seconds. Don't just browse, participate!



Similar Threads
Thread Thread Starter Forum Replies Last Post
DixiyHost - FREE cPanel Hosting, File Storage, Image Hosting! dixiyhost Web Hosting Offers and Requests 2 04-19-2006 05:53 PM
Your Image Hoster - Your FREE Online Image Hoster EGS Other Offers and Requests 7 02-07-2006 09:06 AM
Image Functions JVO PHP & MySQL 5 08-09-2005 10:57 PM
[Free] Image Hosting EGS Other Offers and Requests 4 07-05-2005 11:08 AM
Your Image Hoster - Your FREE Online Image Hoster EGS Reviews 4 06-29-2005 11:45 AM


All times are GMT +1. The time now is 05:44 PM.

Our Partners
» PHP Web Hosting
» Mobile Phones
» Runescape
» World of Wacraft

Latest Projects
»
»
»
»
» Account Suspended
»