Quote:
Originally posted by zentz
how to force my thumbs to load by order like 1th, 2nd, 3d etc. ? for i.e. i have the problem that 18th thumb is loading before the 2nd one...
any ideas ?
|
You aren't going to be able to control that using just straight html. You could possibly using some java tricks or using a server side script.
But the nature of html is such that as many threads as needed will be spawned to pull down the images and whichever one gets there first will be shown first.