>> Yes - I suspect the problem is the "height:100%"
>
> This didn't solve my problem :(
> http://www.auriance.com/docs/interaction/
When I look in Firefox's DOM inspector, the div in questions is set to
"overflow: scroll;". If I change it to auto with DOM inspector, it
works as I think you expect.
Gus Richter - 25 Jun 2006 01:13 GMT
>>> Yes - I suspect the problem is the "height:100%"
>> This didn't solve my problem :(
[quoted text clipped - 3 lines]
> "overflow: scroll;". If I change it to auto with DOM inspector, it
> works as I think you expect.
Of course it will not work with "overflow: scroll;" and contrary to what
the OP said, it does not work in either IE or Fx, with "overflow:
auto;", if no height is provided for the div and it works in both if a
height is provided for the div (the div needs dimension - i.e. scrollbar
to which depth).

Signature
Gus