I have many images inside of a scrolling DIV for an image gallery and the images are only loading when they become visible in the DIV after you scroll down. This is causing the DIV to freeze trying to load the images. Is there any way that I can fix this? I'm sure it would probably be javascript related.
Just my simple DIV.
<div style="width:275;height:400;overflow-x:scroll;">
content
</div>