February 2006
Beginner
416 pages
11h 35m
English
<div id="name">
</div>where name is a unique ID within the document for each division.
Floating a Division to the Right or Left
<div id="name" style="float: left">or
<div id="name" style="float: right"><div id="name" style="position: absolute; top: n; left: n">
where n is the number of pixels of offset vertically and horizontally from the upper-left corner of the parent element.
<div id="name" style="position: relative; top: n; left: n">
where n is the number of pixels ...
Read now
Unlock full access