Splash screen, Goes away |
![]() ![]() |
Splash screen, Goes away |
Sep 5 2005, 07:19 PM
Post
#1
|
|
![]() "Back then they didnt want me, Now hot they all on me!& ![]() ![]() ![]() ![]() Group: Member Posts: 100 Joined: Apr 2005 Member No: 121,293 |
Hey guys, Everytime i have a splash screen, it works for mabye an hour or so and then when i go back on it doesnt work. I dont know why, havent touched code. Can some one help me
I'd appriciate it, Thanks! |
|
|
|
Sep 5 2005, 07:57 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Try using this one.
CODE <script type='text/javascript'> // intro splash page by micron // change this url to an image of your choice var image = 'URL OF YOUR IMAGE HERE'; function enterSite() { document.getElementById('splash').style.display = 'none'; var content = document.getElementsByTagName("center"); for (var i=0; i<content.length;i++) { content[i].style.display = 'block'; } return false; } if (document.title.slice(-10) == 'Xanga Site') { document.write('</span></center><style type="text/css"> center {display:none;} .image {border:1px solid #dcdcdc;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>'); } </script> And if it still does the same thing try pasting someofyour other codes. |
|
|
|
![]() ![]() |