Really? Hmmm... Now I'm confused. Here's my code:
<div style="overflow-x:hidden; overflow-y:scroll;">
<iframe
frameborder = 0
width = "690"
height = "550"
align = "middle"
scrolling = "no"
src = "' || tmp_link || '">
</iframe>
</div>
I tried it in Firefox 2.0.0.14, IE 7.0.6000.16643, Opera 9.25, and Safari 3.0.4, and it only works for me in Safari and Opera. I don't see a scrollbar in either one, but the scrolling action itself works. But in Firefox and IE, I see a scrollbar, but it doesn't scroll. I wonder if it's Oracle's APEX environment that's somehow screwing around with the rendering, maybe?