Test : Absolute : Upper Left
This is the main paragraph
This is an absolutely positioned div with top:0px, left: 10px;
This is the main paragraph
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<html>
<head>
<title>
Test : Absolute : Upper Left
</title>
<style
type
="
text/css
"
>
p { border: 1px solid black;} #abs { border: 1px solid blue; position: absolute; width: 100px; height: 100px; top: 0px; left: 10px; }
</style>
...
</head>
<body>
<p>
This is the main paragraph
</p>
<div
id
="
abs
"
>
This is an absolutely positioned div with top:0px, left: 10px;
</div>
<p>
This is the main paragraph
</p>
...
</body>
...
</html>