vertical-align
Name: vertical-align
Description: Specifies the vertical positioning of an inline content box.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- baseline [Initial value]
- bottom
- inherit
- [length]
- middle
- [percentage]
- sub
- super
- text-bottom
- text-top
- top
Code Example:
img.logo {vertical-align: top;}