Home › Forums › CSS › Vertical Align behaving strangely across browsers. › Re: Vertical Align behaving strangely across browsers.
April 23, 2013 at 8:07 am
#132844
Participant
vertical align is used only with table cell display i think .For text i just use the same line height as the containers height
display:table-cell;
vertical-align:middle;
works too