How can I vertically center some simple text in a normal <div>
? I have markup like this:
<div style="height:200px;">
<span style="display:inline; vertical-align:middle;">ABOUT</span>
<div>
It doesn't work under either Firefox or Internet Explorer. Why not?