CSS1 Test Suite: 5.5.25 float


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.one {float: left;}
.two {float: right;}


[Image]

This text should be flowing past a tall orange rectangle on the left side of the browser window. In this case, it is the image which has been floated to the left.



[Image]

This text should be flowing past a tall orange rectangle on the right side of the browser window. In this case, it is the image which has been floated to the right.

TABLE Testing Section
  [Image]

This text should be flowing past a tall orange rectangle on the left side of the browser window. In this case, it is the image which has been floated to the left.



[Image]

This text should be flowing past a tall orange rectangle on the right side of the browser window. In this case, it is the image which has been floated to the right.


[Previous] [Next] [Section] [Contents] [Specification]