Top Fade Background Script



Below you will find the script
for the Top Fade Backgrounds.

Copy and paste the script below into your html editor
then make the chages as noted in the script.

<html> <head> <!-- This Script Was Written by Bren and Carissa --> <!-- in the following style tag, setup your colors, font and margins for where you want your text to start NOTE when you go to use the stationery you can click higher that the words, text goes here, to start your email on top of the corner picture --> <STYLE>BODY { BACKGROUND-COLOR: BACKGROUND COLOR HERE; COLOR: FONT COLOR HERE; FONT-FAMILY: "Freehand591 BT"; FONT-SIZE: 24pt; MARGIN-LEFT: 50px; MARGIN-TOP: 250px } </STYLE> <title></title> <BGSOUND balance=0 loop=infinite src="Music goes here.mid" volume=0> </head> <body background="Backgroundbg.jpg" topmargin="0" leftmargin="0"> <!-- this next image is the image<br> that will be the corner image, <br>make sure your corner image is 1025px wide<br> and make sure that you insert the exact height<br> of the image into the script --> <p><span style="position: absolute; left: 0; top: 0; z-index: -1"><img border="0" src="TopImage.jpg" width="1025" height="300"></span></p> WRITE YOUR TEXT OR INFO HERE <p>&nbsp; </p> <p>&nbsp;</p> <p>&nbsp;</p> <SCRIPT language=JavaScript> <!-- ScrollSpeed = 100; // milliseconds between scrolls ScrollChars = 1; // chars scrolled per time period function SetupTicker() { // add space to the left of the message msg = "PLACE YOUR MESSAGE HERE....."; RunTicker();} function RunTicker() { window.setTimeout('RunTicker()',ScrollSpeed); window.status = msg; msg = msg.substring(ScrollChars) + msg.substring(0,ScrollChars);} SetupTicker(); <!-- end --> </SCRIPT> </body> </html>

Back to Bordered Background Index