Habe vor dieses Bild als Hintergrund zu nehmen das geht auch und es füllt sich auch Dynamisch allerdings überdekt es die Unten angelegte Tabelle immer.
Wie kann ich das Problem lösne?
Code:
Wie kann ich das Problem lösne?
Code:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>Haaaaaaandy</title>
<style type="text/css">
<!--
* { margin: 0;
padding: 0;}
#bgImg{ position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 1;
width: 100%;
list-style: none;
float: left;}
//.Schriftart {
font-family: "Edwardian Script ITC";
}
-->
</style>
</head>
<body>
<img id="bgImg" src="images/hintergrund.jpg" width="100%" height="100%">
<table width="200" border="1">
<tr>
<th class="Schriftart" scope="row">fgg</th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
</table>
<img id="bgImg" src="images/hintergrund.jpg" width="100%" height="100%">
</body>
</html>