if you use a table it will automatically vertically align cells
|
Footer vertical align text in middle right
Powered By QuantumWarp
<div style="float: right;"> <div style="height: 88px; display: table-cell; vertical-align: middle;"> Powered By <a href="http://www.quantumwarp.com/">QuantumWarp</a> </div> </div>
- the inner div puts the text to the bottom (min height required), the outer div floats right
- you could possibly do it all in 1 <div>