CSS1 Test Suite: 5.5.26 clear


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {clear: left;}
.two {clear: right;}
.three {clear: both;}
.four {clear: none;}

This text should be flowing past a tall red rectangle on the left side of the browser window.


This paragraph should appear below the tall red rectangle above and to the left, and not flow past it.


This paragraph should appear below the tall red rectangle above and to the right, and not flow past it.


This paragraph should appear below the two tall red rectangles, and not flow between them.

This paragraph should be next to the tall red rectangle.


This text should be flowing past a tall red rectangle on the left side of the browser window.


This paragraph should appear below the tall red rectangle above and to the left, and not flow past it.


This paragraph should appear below the tall red rectangle above and to the right, and not flow past it.


This paragraph should appear below the two tall red rectangles, and not flow between them.

This paragraph should be next to the tall red rectangle.



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