I've been trying to integrate my site scrollbars with an iframe, it is, I need to include an iframe in my page, but I need to show only one scrollbar. You can see an example here: http://jsfiddle.net/SQXUC/2/
My goal is to have only the outer scrollbar in this example, it is, scroll the iframe site as part of my own page. I've found some StackOverflow questions that help me understand how it works, but after a lot of tests I can't found any way to do it. Both jquery/javascript and CSS solutions are valid for me.