how to vertically align elements in td tag

前端 未结 4 450
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-11 14:56

I want to align 3 elements in my tag vertically in the center/middle. These are the elements that I want to align:

  1. image button (a tag)
4条回答
  •  一整个雨季
    2020-12-11 15:31

    Read about vertical-align in table cells here

    vertical-align:middle
    vertical-align:top
    vertical-align:bottom
    

    http://phrogz.net/css/vertical-align/

提交回复
热议问题