Quote:
Originally Posted by Notjohn
My goodness, does this really work?: "vertical-align: middle;".
|
That is the CSS naming convention: left-center-right horizontally, top-middle-bottom vertically.
"vertical-align: middle" isn't all that useful in this case since it is the default vertical alignment for content in table cells anyway.
(ETA: That is why "vertical-align: center" appears to work when it really doesn't. "center" is an invalid value for "vertical-align" and is ignored, so the default value is used instead.)