Kevin: Abstand zwischen DIVs die 2te?

Beitrag lesen

so liegen sie genau übereinander,

<head>
<title></title>
<style type="text/css">
<!--
html {height:100%;}
body {height:100%;}
div {border: 1px solid black; padding:0px; margin:0px; }
#test1 {width:30%; height:30%; position:absolute;}
#test2 {width:50%; height:50%; position:absolute; bottom:-2px; right:-2px;}
-->
</style
<BODY>
</head>
<div id="test1"><div id="test2"></div></div>

Kevin