html - Setting overflow:hidden correctly -
this question arose another question.
this fiddle shows 1 outer , 5 inner div-elements.
how set overflow:hidden;
in e.g. last inner div-element sample width:60px;
, sample height:44px;
?
do know why not working in case?
edit: why have use div set overflow:hidden here?
it because using display: table-cell;
http://bytes.com/topic/html-css/answers/153857-how-can-i-force-clipping-text-table-cell
Comments
Post a Comment