How to prevent hidden element to be shown when focused in Chrome?
问题 I have a strange problem today, in Chrome, when I focus on an element that is absolutely positioned out of its overflow hidden container, it gets visible in Chrome browser (Mac). I've made a fiddle to illustrate the problem : http://jsfiddle.net/GHgtc/ Html <div id="container"> <a id="inner-button" href="#">You can see me !</a> </div> Css #container{ display: block; background: blue; width: 200px; height: 30px; position: relative; overflow: hidden; } #inner-button{ display: block; background: