Center block vertically and horizontally with dynamic width and height

前端 未结 1 887
说谎
说谎 2020-12-20 09:48

I need to center an element both vertically and horizontally and the element can\'t have any fixed dimensions. The contents of the element must not be affected...meaning som

相关标签:
1条回答
  • 2020-12-20 10:11

    Here's a solution for centering DIVs vertically, with fallbacks for various browsers, including older IE versions.

    http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

    [edit]

    Translated, your fiddle becomes like this:

    http://jsfiddle.net/GolezTrol/BUbmz/1/

    0 讨论(0)
提交回复
热议问题