this question arose from another question.
This fiddle shows 1 outer and 5 inner div-elements.
How do I set overflow:hidden; in the e.g. last inner div-element with a sample width:60px; and a sample height:44px;?
Do you know why it is not working in my case?
Edit: Why do I have to use another div to set overflow:hidden here?