[quote=♥brains&beauty♥]_*17*_ wrote:
morning guys!
i've missed some replies here coz of the black-out here in lipa...
ggrrrrrrrrr so irritating!
btw, comment on my layies click my siggy!
i have 2 new layies there!
Missed out on a lot either...
Hey Sis! Morning!
But, it's because of school stuff.[/quote]
it's ok sis...
it seems that ur very busy...
[b]
ROIS... i need your help here...[/b]
can someone help me?
my problem is that my loader works on im mozilla firefox and in Ie it's not ...what should i do?
here's my code tht i inserted in my js file...
[spoiler]
[quote]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/ezil2007/zaren/12345.gif)";
lding.style.backgroundRepeat='no 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><center><img src='http://i180.photobucket.com/albums/x199/jas0617/19-1.gif'/><b><br><br><br><br><br><font face='Beyond wonderland' color='#ff3399' size='18'>"+pageViewerFName+" Thanks for visiting my page! <br><br><br><br><br>Please wait while LOADING! be patient!<br><br><br><br><br>Please view me using Firefox!</font></center>";
}
if ( ! attachOnLoadHandler(function () { loadBox();}))
window.onload = function () { loadBox();};
function loadBox() {
var ld=setTimeout("loader.hide()",4000);
}[/quote]
[/spoiler]
Last edited by _*17*_ (2008-06-08 23:09:18)