Код: Выделить всё
.container {
position: relative;
padding: 100px;
background-color: red;
}
tr {
position: relative;
}
td {
position: absolute;
top: 0;
height: 10px;
width: 10px;
background-color: blue
}
Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/781 ... safari-ios