warum verschwindet meine tabelle!
bei position:static; und position:relative; ist sie da
PHP-Code:
.table1
{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
border-style:solid;
border-color:#000000;
border-width:1px;
border-spacing:0px;
overflow:hidden;
clip:rect(0px, 0px, 0px, 0px);
cursor:crosshair;
background-image:url(gfx/head.jpg);
position:absolute;
top:50px;
height:200px;
width:800px;
}
Kommentar