The picture scroll box is needed for most people with 17 inch or smaller monitors. Without, images can break and block text boxes. This occurs with pictures larger than 900 px wide. It was a fix to address these complaints earlier in year.
When browsers become more complaint in application of standards, a better fix will be able to be applied. The worst culprit is Internet Explorer in trying to fix things like this as standards not followed yet plus most people do not upgrade to newer version of browser software which follows more of the standards.
A solution: right click on image, select open in another window/tab
The CSS in question (900 px mentioned above actually 720): display: block; max-width: 720px; overflow: auto;
Last edited by Geoff; 11/12/0712:53 AM. Reason: Added CSS Code in case someone want to know and has another suggestion to overcome issue.