In IE5 and IE6
- A
div
is rectangular. - Only one corner of a
div
can be absolutely positioned on a page. - The location of the diagonally opposing corner must be determined by the width and height of the
div
. - The width and height can be determined using dynamic properties.
In all other browsers:
- A
div
is rectangular. - All four corners of a
div
can be absolutely positioned on a page. - If the location of diagonally opposing corners has been determined, the width and height is implied.