I\'ve been feverishly CSSing my way through the final leg of a site I\'m building and I\'m running into an odd quirk with Chrome only. FF and IE seem to work fine.
I a
You can use css to solve:
#myDiv{max-height:value; overflow:auto;}