hi ,
before explain the problem see the site
http://www.hyderabadrugby.com/pgallery.aspx
in this the i use no of images it take too time to load each and every image how can i make it fast loading that image, what my problem is uses are not wait until the loading all the images so anybody suggest me fast image loading technics it is developed in asp.net that sa
Loading
ShankeyPosted Nov 22, 2010, 1:12 AM
The site is not loading, you can have a look at CSS Sprite techinque.
It is a technique where you use a background-image, a set width and height, and adjust the background-position to display only the portion you need to show. This way you can use a single image and display lots of different graphics with it, saving server requests and speeding up page load times.