Forum Moderators: open
In the situation you describe, one possibility is that the contents of the div may be inheriting the div's properties (perfectly reasonable implementation, in that case). So try to explicitly set the position and scrolling properties of the iframe using css.
Shawn
Does not work when i declare the iframe to be absolute or relative. But it does work when i remove the 'position' part altogether from the parent div.
A funny circumstance is when the parent div position is set to relative, the top arrow of the scrollbar works but not the bottom!
Damn netscrape!