CSS1 Test Suite: 5.5.24 height


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

The style declarations which apply to the text below are:

.one {height: 50px;}
.two {height: 100px;}


The square above should be fifty pixels tall.

The square above should be 100 pixels tall and wide.

The square above should be 100 pixels tall and 30 pixels wide (the original image is 50x15, and the size has been doubled using the height property).

The square above should be fifty pixels tall.

The square above should be 100 pixels tall and wide.

The square above should be 100 pixels tall and 30 pixels wide (the original image is 50x15, and the size has been doubled using the height property).


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