I'm trying to achieve an effect like Google Map's smooth-scrolling tile-based AJAX layout. Instead of loading a
continuous map, however, my system will be loading icons on one HTML layer and then their names on the other. The goal is to allow the user to scroll through a map-like layout and then click on the icons to see what they are - possibly by lightbox. Can anyone recommend a technique to ...