Starlite's Blog

2006-03-12 15:54:19 GMT
I want to write about all sorts of subjects; I like to share conversations with others.
March 12, 2006--Tables 6

I created a little script so I could share it with you and I explained some of the elements in it. You could copy it and use it at will. I have added some rem statements in it to explain a few things. You can remove these or leave them in; it won't affect anything.
Here is the script:

<HTML><HEAD>
<STYLE>BODY {
BORDER-RIGHT: #4d4eca 7px inset; BORDER-TOP: #4d4eca 7px outset; SCROLLBAR-FACE-COLOR: #7777ff;
SCROLLBAR-HIGHLIGHT-COLOR: #7777ff; BORDER-LEFT: #4d4eca 7px outset; SCROLLBAR-SHADOW-COLOR: #0080ff;
SCROLLBAR-3DLIGHT-COLOR: #0080ff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #7777ff; BORDER-BOTTOM: #4d4eca 7px inset; SCROLLBAR-DARKSHADOW-COLOR: #0080ff
}
</STYLE>
</HEAD>
<BODY bgColor=#4d4eca background=your exact path>
<BGSOUND balance=0 src="your exact path" volume=-300 loop=infinite>
<!--vbs script for scrolling bg-->
<!--add x attribute under subscroll for more movement-->
<SCRIPT language=VBscript>
x=0
y=0
Sub Window_onload()
window.status=" --- stationery by you--2006---"

SetInterval"scrollback",64
End Sub

Sub scrollback()
y=y-1
document.body.style.backgroundPosition=x&" "&y
End Sub
<!--note the ticker in the VBS script-->
</SCRIPT>
<!--if you want a little picture at the top-->
<DIV align=center><IMG alt="" hspace=0
src="your exact path" align=baseline border=0>
<!--a filter for text box; note its effect-->
<TABLE
style="FILTER: Alpha(Opacity=80)progid:DXImageTransform.Microsoft.Shadow(color=#4d4eca,
direction=130, strength=10)" height="90%" cellSpacing=15 borderColorDark=#4d4eca cellPadding=5
width="60%" align=center borderColorLight=#7777ff border=2>
<TR>
<TD bgColor=#ffffff>
<MARQUEE scrollAmount=1 scrollDelay=80 direction=up>
<DIV align=center><b><FONT color=#4d4eca size=4>Writing here</FONT>
</b></DIV></MARQUEE></TD></TR></TABLE></DIV>
</BODY></HTML>

You could add a graphic inside your text box also if you wish.
Have fun.
Ciao for now.



1