문제

I want to add bottom cells to the table. However, when I add the cells, the upside cells shrink. How do I accomplish to add independently table cells? link is here

http://jsfiddle.net/gzC4e/`

here I want to add independent cells but upper cells shrink. I don't want upper side cells to shrink while adding new cells to bottom row.

.enalt
{
display:table-row;
bottom:0;
position:relative;
}`
도움이 되었습니까?

해결책

change .enalt to position:absolute;

Fiddle:

http://jsfiddle.net/gzC4e/1/

Comment if you need more help.

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