문제

How do I set an image to the bottom right of a table cell using CSS? I have no included code as it would just be an image and a table cell.

도움이 되었습니까?

해결책

Like so:

td { text-align: right; vertical-align: bottom; } 

Demo

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top