Magento News

 

Vertical Align on a DIV Element Using CSS

If you want to get the vertical align to work on div elements here is a nice css solution for you!

display: table-cell;
text-align: center;
vertical-align: middle;

Haven’t tested on all browsers so try it first before implementing it on the production server!

Vertical Align on a DIV Element Using CSS

Possibly Related Posts:


 

Leave a Reply