Danke erstmal, ich hab dadurch alledings ein neues Problem/eine neue Aufgabe, denn es gibt ja keine Probleme. Da steht ja das:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
<html
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="und" lang="und"
<head>
<title>TEST</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
html, body
{
margin: 0;
padding: 0;
}
#bgImg
{
position: absolute;
width: 100%;
height: 100%;
}
#content
{
position: absolute;
padding: 2em;
}
</style>
</head>
<body>
<img id="bgImg" src="TEST.gif" alt="" />
<div id="content">
<h1>Lorem ipsum</h1>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</body>
</html>
ABER: wenn ich da eine Tabelle einfüge oder auch "nur" Text reinschreibe wird der nur in ca.55% der Breite (grob geschätzt) dargestellt, was mach ich nun?
Mfg
Benni