Skip to content Skip to sidebar Skip to footer

How To Vertically Center More Than One Line Of Text (works Only On Chrome)?

I got my answer from stackoverflow but found out today that the solution only works in Chrome. Opera, IE & Firefox puts the menu links (they are dynamically generated by WP) at

Solution 1:

The css3 method described in the other solution is ideal, but you could use the table-cell method. Like this: http://jsfiddle.net/h7Htk/


Post a Comment for "How To Vertically Center More Than One Line Of Text (works Only On Chrome)?"