<html>
<head>
<title>Test</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" style="margin:0;">
<h1 style="background-color:#00AFFF;">Test</h1>
<div style="filter:alpha(opacity=60);position:absolute;top:0;left:0;background-color:#C0FF00;width:100%;height:100%;">
<p style="border:5px solid red;">
<b>Innen </b>
</p>
</div>
</body>
</html>
Hi, was muss ich tun damit Elemente innerhalb eines abolute positionierten Elementes sich daran anpassen?
Im Beispiel überlagert sich alles.
Bine