Hallo,
wie setze ich Div-Container ein?
z.B bei dem Code:
~~~html<head>
<title>XXX</title>
#apDiv1 {
position:absolute;
left:9px;
top:15px;
width:493px;
height:133px;
z-index:1;
}
</head>
<div id="apDiv1"></div>
Hallo,
wie setze ich Div-Container ein?
z.B bei dem Code:
~~~html<head>
<title>XXX</title>
#apDiv1 {
position:absolute;
left:9px;
top:15px;
width:493px;
height:133px;
z-index:1;
}
</head>
<div id="apDiv1"></div>