Steffi: Dokumenttyp-Deklaration

Beitrag lesen

Ich betreibe das nur hobbymäßig wenn es draußen regnet und grabbel mir die Codes zusammen und alles dann in einen Topf. :-)

Wenn Du Lust hast kannst Du ja mal kurz drüber schauen, würde mich freuen:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="index,follow">
<meta name="description" content="Mein Online-Film">
<meta name="keywords" content="Homepage, Steffi">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<title>Steffi</title>
<style type="text/css">
<!--
#hintergrund {
background-image:url(hintergrundbild.jpg);
background-position:center;
background-repeat:no-repeat;
}
-->
</style>
<script type="text/javascript">
<!--
document.write("<style type='text/css'>#hintergrund {visibility:hidden;}</style>");
function initImage() {
 imageId = 'hintergrund';
 image = document.getElementById(imageId);
 setOpacity(image, 0);
 image.style.visibility = "visible";
 fadeIn(imageId,0);
}
function fadeIn(objId,opacity) {
 if (document.getElementById) {
  obj = document.getElementById(objId);
  if (opacity <= 100) {
   setOpacity(obj, opacity);
   opacity += 10;
   window.setTimeout("fadeIn('"+objId+"',"+opacity+")", 100);
  }
 }
}
function setOpacity(obj, opacity) {
 opacity = (opacity == 100)?99.999:opacity;
 obj.style.filter = "alpha(opacity:"+opacity+")";
 obj.style.KHTMLOpacity = opacity/100;
 obj.style.MozOpacity = opacity/100;
 obj.style.opacity = opacity/100;
}
window.onload = function() {initImage()}
// -->
</script>
</head>
<body id="hintergrund" style="margin-left:0px; margin-top:0px; margin-right:0px; margin-bottom:0px;">
<div style="position:absolute; top:50%; height:256px; margin-top:-128px; left: 50%; width: 750px; margin-left: -375px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="256" id="steffi">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="steffi.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed src="steffi.swf" quality="high" bgcolor="#000000" width="750" height="256" name="steffi" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</div>
</body>
</html>