Tile scrolling / preloading (Google Maps style) of HTML layers with Ajax
I am looking to replicate the panning (not necessarily the zooming) effect of the Google Maps API, but without the images. Essentially, I want to position HTML elements in a large coordinate system and be able to navigate around them, Prezi style (though without the rotation). Preferably, I'd like to preload the elements dynamically thr...