Simplest vertical alignment we can think of

后端 未结 5 890
情书的邮戳
情书的邮戳 2021-01-06 13:32

To sum it up, there are few approaches to align content vertically in container. These are main approaches (if you now some completely different way to do it, it would be ve

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-06 14:10

    Not the best way to do it, but you could use two divs to force the pink box to always be centered, with one "pushing" the other:

    http://jsfiddle.net/EjV4V/25/

    This approach should work with IE7, though you would always have to use fixed margins.

提交回复
热议问题