td { position:relative; } overflows into the table border

后端 未结 4 1255
梦谈多话
梦谈多话 2020-12-10 00:51

http://jsfiddle.net/L83y3/

HTML

stuff more stuff
4条回答
  •  独厮守ぢ
    2020-12-10 01:52

    Don't use position on table-cells.

    Just wrap the cells content into a relative div:

    stuff
    more stuff

提交回复
热议问题