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

后端 未结 7 1336
迷失自我
迷失自我 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 13:57

    See if this works for you. Not sure of the exact ature of the problem but it has something to do with using td with relative positioning. I wrapped the table with div tag and positioned that relatively and it seems to do what you want.

    
    
        
            Test
            
        
        
        
    Some info about the following thing and this is actually going to span a few lines

    A short blurb

    Edit | Delete

提交回复
热议问题