Center content in a absolute positioned div

后端 未结 4 1025
慢半拍i
慢半拍i 2021-02-12 18:34

I have an absolutly positioned element with content inside. It can be a

or a few

tag. So I don\'t know the height of the content.

4条回答
  •  旧巷少年郎
    2021-02-12 19:15

    if you add display:table to your #absolute div you should get what you want:

    http://jsfiddle.net/3KTUM/2/

提交回复
热议问题