Вертикальное выравнивание текста в ie6 и ie7


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");

URL: pokrovskii.com

Report this snippet


Comments


You need to login to view comments.