[quote=fando91][b]@micky : keep on helping people sis!! We'll be supporting yah!![/b][/quote]
[b]@fando91[/b]
[b]I do as long as I got time..I always do
and thanks![/b]
[quote]Bobcar
Glad you were just busy was thinking maybe you were sick
[/quote]
[b]@Bob[/b]
I was actually sick the other day from night til ysterday morning...Had a bad tummy ache..I think I caught some bug from the party I attended..I was feeling fine in the afternoon so went out & did some errand around.Thanks for the concern my friend
[quote]kia_bunso28 wrote:
how about this:
<">do u know where to put this??
im really confused with this one..
this is part of my loading page..[/quote]
[b]@kia[/b]
[color=blue][b]You don't have to insert the onload handler when adding your loading page [/b][/color]
[b]Just use it like this:[/b]Place it at the top after your css injection
<">[b]Or:[/b]
[quote][color=red]//Loading page for all browser by ezil2007[/color]
loader=new loader();
function loader() {
this.hide=function() {
lding.style.display='none';
}
var lding = document.getElementById('navBg');
myWidth = screen.availWidth;
myHeight = screen.availHeight;
lding.style.zIndex=1000;
lding.style.backgroundImage ="url(http://i137.photobucket.com/albums/q205 … verlay.png)";
lding.style.backgroundRepeat='repeat';
lding.style.position = 'fixed';
lding.style.top = '0px';
lding.style.left = '0px';
lding.style.width = myWidth;
lding.style.height = myHeight;
lding.style.overflow = 'hidden';
lding.style.display='';
lding.innerHTML="<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><center><font face='Comic Sans MS' color='white' size='20'>"+pageViewerFName+" Thanks for visiting! <br><br><br><br>Loading.. Please Wait...</font><b><br><br><br><br><br><img src='http://i135.photobucket.com/albums/q131/nikkomon_139/i102337293_99882.gif'/></center>";
}
var ld=setTimeout("loader.hide()",4000);[/quote]
[b]Refer to first page again for your guide on where to put it.. I just added the whole code in the guide...[/b]
Last edited by mickyriora (2007-11-08 17:51:52)