Visit Mozilla.org

CSS:line-height

From MDC

« CSS Reference

[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.

[edit] Syntax

property: normal | <number> | <length> | <percentage> | inherit

[edit] Values

normal 
<number> 
<length> 
<percentage> 

[edit] Examples

View Live Examples

example goes here

[edit] Notes

[edit] Specifications

[edit] Browser compatibility

(Sample Compatibility Chart)

Browser Lowest Version
Internet Explorer ?
Firefox 1
Netscape ?
Opera ?
Safari ?

[edit] See also

font-size