You are here:Home»KB»Web Design»HTML»My Vertical Align notes
Sunday, 13 December 2015 12:15

My Vertical Align notes

Written by

if you use a table it will automatically vertically align cells

tick
  • Process Serving
  • Medical Negligence Claims
  • Road Traffic Accident Claims
  • Digital Signatures
  • Track and Trace
  • Locus Reports
  • Witness Statements

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>
Read 880 times Last modified on Sunday, 13 March 2016 14:41