I've been meaning to get this off my chest. Almost every jQuery site I visit, including the official site, have problems displaying text in scrolling DIVs.
The settings for "auto" seems to be different between Firefox and IE7. So many of the API examples in the official docs are clipped vertically and the code is invisible to an IE7 user. It seems if there is more than one line of code the box can be scrolled, otherwise there is no text area to be viewed. Look at the example for the click event http://docs.jquery.com/Events#click.28.29 Mitch