<!DOCTYPE html> | |
<html> | |
<body> | |
You should see the text 'after' in the inner box with no mangled pixels. | |
<div style="position: absolute; width: 125px; height: 300px; border: solid 1px red"> | |
<div style="position: relative; width: 34px; height: 100px; left: 90px; top: 90px; border-style: solid; border-color: green; border-width: 1px 0px 1px 1px;">after</div> | |
</div> | |
</div> | |
</body> | |
</html> |