|
Post by Dexx on Mar 13, 2005 15:29:06 GMT
First off you need to create a .htm file, in this case i took. SB.htm Now open it and past this: <div id="loading"><b>Loading SayBox...</b></div> <div id="whole" style="display: none"> <style>body {margin: 0px;}</style> <script language="javascript" src="http://saybox.co.uk/output.php?user=USERNAME"></script> <script language="javascript"> document.getElementById('loading').style.display = 'none'; document.getElementById('whole').style.display = ''; </script> </div> * Change the USERNAME Now place this where you want your SayBox * Change X and Y Now you have a "preloader" for your SayBox ExampleWorks in IE and FF
|
|