Beiträge von christophe

    Problem 1 hat sich nach ewiger Suche geklärt, bei Problem 2 bräuchte ich aber noch bitte Hilfe! Danke!

    Lösung: 

    Code
    [/SIZE]body {  background-repeat:no-repeat;  background-color:#010101;  margin: 0;padding: 0;width:100%;height:100%;}#start {	border: solid #F00 2px;	width:800px; 	height:446px;	overflow:hidden;	position:absolute;	top:50%;	left:50%;	margin-left:-400px;	margin-top:-223px;	[size=12]
    HTML
    <body><div id="start"><img src="start9.jpg" alt="test" title="startbild" /></div></body></html>


    [/SIZE]