The only problem I see with the non-working page is that the images are 404 Not Found. For example:
Code:
<img src="Image/N02/N02_tapa.png" usemap="#tapa" border="0" />
should be:
Code:
<img src="Image/N02_tapa.png" usemap="#tapa" border="0" />
I made a local copy of the page and fixed all those. After that it worked just like the working page, the one without Lazy Load. What's more, even if I put the glider images 'below the fold', it still worked just fine with Lazy Load with the images being grayed out until I scrolled down to the glider.
BTW, there are a number of other missing images on the page, like:
Image/logo.jpg
I'm not sure where those actually are.
Bookmarks