Floated elements and wrapping

Consider:

DIV { width: 200px }
IMG { width: 75px; float: left }

	.
	.
	.

<DIV><IMG SRC="foo"><IMG SRC="foo"><IMG SRC="foo"></DIV>

Should the third image be adjacent to the second, and extend past the right
border of the DIV, or should it "wrap" to the next "line", and display below
the first image? What if there was a fourth image?

Braden

<http://www.endoframe.com>

Received on Saturday, 31 October 1998 16:51:25 UTC