Overflow: hidden works differently in Firefox and Opera?

I'm having trouble with the overflow: hidden property in Opera/Chrome. (It is working as intended in Firefox) Here is an example: https://jsfiddle.net/w7mj32kv/6/ Using Firefix will allow me to click the table cells and the text will show up in the bottom row of the table. On the other hand, none of that works in Opera. I'm not sure about Chrome as I don't have it installed, but I assume it will behave the same way as Opera.

overflow: hidden;

edit: I've updated the link. It turns out Opera is only malfunctioning if I set the div's width and height to 100%. If I set a fixed value, it works.... Does this mean Opera/Chrome + overflow: hidden + width: 100% doesn't mix? :(

链接地址: http://www.djcxy.com/p/87832.html

上一篇: 无法在一个周期结束时停止动画

下一篇: 溢出:隐藏在Firefox和Opera中以不同的方式工作?