CSS1 Test Suite: 5.5.25 float


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 25 August 1998

The style declarations which apply to the text below are:

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


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



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

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



This text should be flowing past a tall red 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]