Aki Shiroiyama: footer face

Beitrag lesen

Danke für eure Mühe, habe mir den Quelltext noch einmal durchgelesen und es jetzt hinbekommen, es war nicht javascript sondern css, nun habe ich denn Footer in der unteren rechten Ecke, die nicht mitscrollt und allen Ebenen überlegen ist. Ich wünsche einen schönen Abend. Ach so...hier jetzt der Quelltext:

<HTML>
<HEAD>
<script type="text/javascript">
function RefreshOnlineList()

function CE() {  
	document.getElementById("footer\_face").src = "vincent.png";  
	document.getElementById("footer\_face").style.display="inline";  
	window.setTimeout("EC()",100);  
}  

function EC() {  
	document.getElementById("footer\_face").src = "vincent.png";  
	window.setTimeout("OE()",100);  
}  

function OE() {  
	document.getElementById("footer\_face").style.display="none";  
	window.setTimeout("CE()",10000);  
}  

</script>
<TITLE>Björn Daniel Weissbergs "VINCENT"
</TITLE>
<style type="text/css">
#footer {
height:160px;
width:114px;
position:fixed;
bottom:0px;
right:0px;
z-index:10; /* Prevent certain problems with form controls */
}
</style>
</HEAD>
<BODY bgcolor="#000000">
<img src="vincent.png" id="footer">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
 ID=konzept WIDTH=1024 HEIGHT=768>
 <PARAM NAME=movie VALUE="vincent.swf"><PARAM NAME=wmode VALUE=opaque><PARAM NAME=align VALUE=default><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=best><PARAM NAME=scale VALUE=noborder>
<EMBED src= "vincent.swf"   menu=false quality=best wmode=opaque align=default scale=noborder WIDTH=1024 HEIGHT=768
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>

</BODY>
</HTML>