Test-Lektion
Grundkurs-Stationery-Course
Du brauchst ein Bild 1024 px breit und 200-300px hoch
Ein Midi
<html><head>
<title>TheHouse</title> <---- hier bekommt dein Briefpapier einen
Namen
<style>
body {
BORDER: #D7D7B3 8px
ridge;
SCROLLBAR-ARROW-COLOR: #F7CEDC;
SCROLLBAR-TRACK-COLOR: #D7D7B3;
SCROLLBAR-BASE-COLOR: #D7D7B3
}
<!--- Das sind Angaben für die Textbox -->
.div1
{
FILTER:alpha(Opacity=60, style=0);
POSITION:absolute;
WIDTH:
400px; <--- Breite
der Textbox -->
LEFT:
350px; <--- Abstand zum linken Mailrand -->
TOP:
300px; <--- Abstand zum oberen Mailrand -->
HEIGHT:
250px; <--- Höhe der
Textbox -->
OVERFLOW: auto;
VISIBILITY: visible;
BORDER:
#D7D7B3 3px ridge; <--- Randfarbe und Breite
-->
PADDING-TOP: 10px;
PADDING-RIGHT:
10px;
PADDING-BOTTOM: 10px;
PADDING-LEFT:
10px;
BACKGROUND-COLOR: #D7D7B3; <--- Hintergrund der Textbox -->
FONT-FAMILY:
"Comic Sans MS"; <--- Schriftart -->
FONT-SIZE:
14pt;
<--- Größe der Schrift -->
COLOR:
#000000;
<--- Größe der Schrift -->
TEXT-ALIGN:
center;
<--- Schrift-Position
-->
}
</style>
</head>
<BGSOUND balance=0
src="hier wird die Musik/midi
eingesetzt"
volume=0 loop=infinite>
<body
bgColor=#D7D7B3 background="hier wird das Bild
eingebaut" scroll=no>
<div class=div1 id=text1>Text
hier</div>
<SCRIPT
language=vbscript>
x=0
y=0
'-------------------------
'Script by
Carmen
'www.puci.de
'September 2003
'Please, do not remove these
lines
'------------------------
Dim sch, scw
sub
window_onload
window.status="..... ~#~ Stationery
by /dein Name ~#~ ....." <-- hier kommt die
sogenannte "Tickernachricht "
rein
scw=document.body.clientWidth
sch=document.body.clientHeight
SetInterval
"scroll", 64
End Sub
Sub
scroll()
x=x
y=y+1
document.body.style.backgroundPosition=x&"
"&y
End Sub
Sub
Window_OnResize()
window.location.reload()
End
Sub
</SCRIPT>
</body></html>
© Grundkurs-Stationery-Course