Vertically center two elements within a div

后端 未结 2 1577
我寻月下人不归
我寻月下人不归 2020-11-22 10:05

I am trying to vertically center two

elements.

I followed the tutorial at phrogz.net but still the elements get placed above the div, below th

2条回答
  •  余生分开走
    2020-11-22 10:44

    Add the following: display:table; to bannerRight

    display:table-cell; and vertical-align:middle; to bannerrightinner

    I have not tried this, please give me feedback if it does not work. ;)

    EDIT: forgot to mention: take 'float' and 'position' properties off

提交回复
热议问题