Quote:
Originally Posted by chrishirst
Technically, yes it could.
In reality. NOT A CHANCE!
10 or 12 iterations of loading the code for 500 images per time and the browser be out of resources.
|
Djura/Chrishirst,
Thanx for your reactions!
Chris I know what you mean by this..., but....
Meantime I have not been sitting still 
I also thought about Ajax and also about even only javascript maybe.
What I am thinking of to try now, is this:
- Create a big div and let a background image load (with 'repeat on' in the css). This background image is a screenshot of the first opening page/pane.
Now it will look like if there are thousands of members. In reality it's just the same page/image repeated.
- Within this huge div, I will create smaller div's (f.e. 1000x1000px with 300members), which needs to load on hovering over this part of div. (Data will be retrieved from the database via php).
Via this way, only one page/pane will load at a time, while unloading the one that you leave.
Remaining question than is...
Will this be possible with ajax/javascript, and will the page really unload out of the cache after leaving it with the mousepointer...
Any comments are welcome
(When I figured out if this is possible, I will post the code/solution here)
Last edited by erict21; 11-13-2008 at 02:55 AM..
|