Ok Super:
wenn ich hier einen Div habe:
<title>XXX</title>
#apDiv1 {
position:absolute;
left:9px;
top:15px;
width:493px;
height:133px;
z-index:1;
}
</head>
<div id="apDiv1"></div>
Wie mache ich das dann im Code
<div id="Gesamtdiv">
<div id="apDiv1"></div>
</div>
so??
UND VIELEN VIELEN VIELEN DANK BISHER