Вопрос

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