some weird splash glitch |
some weird splash glitch |
![]()
Post
#1
|
|
![]() chopstix-ninja ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 325 Joined: Jan 2004 Member No: 206 ![]() |
hi i'm have some weird glitch and i fixed it before by reappling the code, but it doesn't work anymore..
heres the problem: when you enter my xanga the splash image appears, but you can scroll down even with the splash image still there..?? help me out, ty and did they fix the no banner code? my xanga this is the code i have inserted, and yes it is first thing in the html header CODE <!-- begin code provided by createblog.com -->
<script type='text/javascript'> // intro splash page by micron // change this url to an image of your choice var image = '<embed src="http://www.angelfire.com/hero/azianheros/splashcool.swf" width=940 height=360></embed>'; 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();">'+ image +'><b>Go to Site<</b></a></td></tr></table><center><span>'); } </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |