[Problem] HTML

04/25/2013 14:07 schneider00#1
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:
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">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
  </tr>
</table>
<img id="bgImg" src="images/hintergrund.jpg" width="100%" height="100%">
</body>
</html>
04/25/2013 14:40 PseudoPsycho#2
Wie genau soll es denn aussehen?
04/25/2013 15:46 disortion#3
Weil der z-index auf 0 stehen sollte beim Background und bei der Tabelle wenn dann auf 1.