Main Index | Style Sheet Index | Element Tree | Element Index | HTML Support History |
Common Name |
CSS Code |
Support | Description |
ems | em | IE4B1 | N4B3 | A scaling factor relative to the current element's font size. |
x-height | ex | IE4B2 | N4B3 | A scaling factor relative to the height of the letter 'x' (also known as the relationship of lowercase low-rise letters to high-rise characters.) |
percentage | % | IE3B1 | N4B3 | This value is always relative to another length unit. See the section on Percentages below for more details. |
Common Name |
CSS Code |
Support | Reference Measure |
inch | in | IE3B1 | N4B3 | 12in=1foot, 1in=2.54cm |
centimeter | cm | IE3B1 | N4B3 | 2.54cm=1in, 1cm=10mm |
millimeter | mm | IE3B1 | N4B3 | 10mm=1cm |
picas | pc | IE3B1 | N4B5 | 6pc=1in, 1pc=12pt |
point | pt | IE3B1 | N4B3 | 12pt=1pc, 1pt=1/72in |
pixels | px | IE3B1 | N4B2 | size dependent on screen resolution |