09.01.2012, 20:43
Hier mal die Minimalausführung zum Testen:
Zitat:<!DOCTYPE html>Du kannst mir auch gerne mal deine html Datei schicken und ich sehe sie mir mal an. Oder hat deine html eine <base href="xxxx/"/> Anwisung. Dann muss die static.png Datei in das Verzeichnis welches bei dir statt xxxx steht.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>oldster's LS</title>
<style>
body {
color: #fff;
font-family: "HelveticaNeue", Helvetica, sans-serif;
background-color: rgba(56,108,179, 0.5);
margin: 0;}
#Layer {
width: 321px;
height: 481px;
position: absolute;
top: -1px;
right: 0px;
down: 0px;
left: -1px;}
.stretch {
width:100%;
height:100%;}
</style>
</head>
<body >
<div id="Layer"><img src="qPLnwl.jpg" alt="Wallpaper" class="stretch"/></div>
<img src="static.png" width = "8" height = "37" alt="Wallpaper" style="position: absolute; top: 61px; left: 155px; z-index: 2">
</body>
</html>