|
| ||||||||||
| Tags: animated, gif, progress bar, website |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Animated GIF Progress Bar
|
|
#2
| ||||
| ||||
| 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...! |
|
#3
| |||
| |||
| 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> |
|
#4
| |||
| |||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |