JavaScript EditorDebugger script     Dhtml css 



Team LiB
Previous Section Next Section

Slicing Images

You may have seen Web pages with wraparound graphical interfaces and wondered how they did it. One large GIF image with a transparent area for the page content could take forever to download and display. The larger the image, the more likely that it will be caught up in an Internet traffic jam; smaller files have a much easier time negotiating the Internet maze. The same problem can afflict large images used for image maps. The solution is to slice the image into smaller files and then reassemble the sliced images using a table. Button or area links can then be created using image links or image map hotspots. Not only do the smaller image files have an easier time making it to their destination, they also begin arriving much earlier, giving the user an indication of what the image will be. Another benefit of creating a sliced image for a wraparound graphical interface or an image map front-end is that the different sliced images can be individually optimized, which can further reduce the number of bytes consumed by the sliced images.

There are a number of free or inexpensive image slicing utilities available on the Web that you can download and try:


Team LiB
Previous Section Next Section


JavaScript EditorDebugger script     Dhtml css