I'm building my 1st website and it appears that I can use either image maps OR slices. Is one more efficient than the other? Or, how to determine which will be better to use? Thanks!
large image, go for slices so that bits of if load while the user is waiting. If the image is not too big, then it's down to personal preference really. In which case I'd go with the one that is the easiest for you to implement.
Thanks much, as I said, I'm a newbie... what would be considered a large file for this purpose? Also, with image maps, does the whole image load at one time? Thanks again for your help!