CSS:line-height
From MDC
[edit] Summary
line-height specifies the height of inline boxes that is used to compute the height of the line (except for replaced inline boxes, like images). The height of the line is chosen to hold all of the boxes inside of it.
- Initial value:
normal - Applies to: all elements
- Inherited: yes
- Percentages: refer to the font size of the element itself
- Media:
visual - Computed value: for <length> and <percentage> the absolute value; otherwise as specified
[edit] Syntax
property: normal |<number>|<length>|<percentage>|inherit
[edit] Values
- normal
- <number>
- <length>
- <percentage>
[edit] Examples
example goes here
[edit] Notes
[edit] Specifications
[edit] Browser compatibility
(Sample Compatibility Chart)
| Browser | Lowest Version |
|---|---|
| Internet Explorer | ? |
| Firefox | 1 |
| Netscape | ? |
| Opera | ? |
| Safari | ? |