Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links


Animated GIF Progress Bar

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 16-07-2009
Member
 
Join Date: Jul 2009
Posts: 3
Animated GIF Progress Bar

Sponsored Links
I am learning website development & at a stage i have to make an animated progress bar in it. I don't know how to make it can anyone help me in making animated progress bar??? Please Help...!

Reply With Quote
  #2  
Old 16-07-2009
Praetor's Avatar
Member
 
Join Date: Apr 2008
Posts: 1,943
Re: Animated GIF Progress Bar

I am attaching some ready made GIF progress bar... Just you need to set the time for what time you need to show/delay to load & They are all basic progress bar given here... But they are something used as professional...!
Reply With Quote
  #3  
Old 16-07-2009
Member
 
Join Date: May 2008
Posts: 2,000
Re: Animated GIF Progress Bar

Down Code is the script for your problem I will suggest you to have a try may help you...

Code:
<head>
<script type="text/javascript">
    window.onload = function (){  
           var dialog = document.getElementById("WaitDialog");  
           dialog.style.display = 'none';  
           scrollTo(0,0);
    }
    function showProgressBar(){ 
        var dialog = document.getElementById("WaitDialog");  
        dialog.style.display = 'block'; 
    }
</script>
</head>
Reply With Quote
  #4  
Old 16-07-2009
Member
 
Join Date: Jul 2009
Posts: 3
Re: Animated GIF Progress Bar

Thank alot both it helped me. Both gave me different answer but the combination of that answer gave the perfect solution... Problem Solved for animated gif progress bar.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Animated GIF Progress Bar"
Thread Thread Starter Forum Replies Last Post
Need to edit animated GIF kamina23 Operating Systems 5 30-05-2010 12:41 AM
One of Best Animated Movie Ever?? realistic Off Topic Chat 12 04-03-2010 01:17 PM
New animated Ad by Tatasky+ smitz India BroadBand 4 16-03-2009 04:27 PM
How to screen animated Jakub Tips & Tweaks 0 18-11-2008 04:25 PM
Working on animated gif worldpeace Customize Desktop 5 03-10-2008 02:03 PM


All times are GMT +5.5. The time now is 02:20 PM.