Extending position absolute div outside overflow hidden div
问题 I've haven't done css in several month so I might miss something simple, but whatever the solution is, I couldn't figure it out. So here is the problem. Here is simplified version of my code: <div id="wrapper" style="position: fixed; overflow: hidden; height: 100%; width: 200px;"> <div id="test" style="position: absolute; margin-left: -200px;"></div> </div> So basically, I need the inner div test to extend 200px to the left, outside of outer div wrapper. The problem is that my wrapper is