div1
This is an example of an absolutely positioned <div> element:
<div>
#div1 { position: absolute; left: 50px; top: 50px; width: 200px; height: 100px; z-index: 1; }
[Back to article] [NEXT]