How can I position an element at the bottom of its container in Firefox?

后端 未结 7 1289
迷失自我
迷失自我 2021-01-04 13:01

I have a table cell, and I want a div within it to always be at the bottom left corner. The following works fine in IE and Safari, but Firefox is positioning the div<

相关标签:
7条回答
  • 2021-01-04 14:01

    This may sound really obvious, but have you tried using vertical-align: bottom; in .manage?

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