ich werd mal noch verrückt...
kann mir mal einer erzählen, warum bei dem Quellcode das angegebene Bild (banner.jpg) nicht als Hintergrund geladen wird ??????????
<html>
<head>
<title>Banner</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<style type="text/css">
a:link { color:#000000;text-decoration:none;}
a:visited { color:#000000; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}
a:active { color:#000000; text-decoration:none;}
a:focus { color:#000000; text-decoration:none;}
</style>
<script language="JavaScript1.2">
//Specify the marquee's width (in pixels)
var marqueewidth=950
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=60
//Specify the marquee's scroll speed (larger is faster)
var speed=4
//Specify the marquee contents
var marqueecontents='<font face="Arial" size="4"><a href="Angst/angst.htm" target="_mainFrame"> !!! VORTRAG 13.12.02 !!! - Dr. Wunibald Müller "Angst macht... - Zu einer spirituellen Sicht von Angst" (siehe Fortbildungsprogramm)</a></font>'
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}
window.onload=regenerate2
</script>
<body background="/Bilder/banner.jpg">
<ilayer width=&{marqueewidth}; height=&{marqueeheight}; name="cmarquee01">
<layer name="cmarquee02"></layer>
</ilayer>
</body>
</html>