Tails
03-06-2003, 12:35 AM
I tried use an image map on an image as an external file. But is this syntax wrong? It's jut not working.
<img src="shirt.gif" usemap="clothes.map#shirt" />
It works just fine when the maps are internal. It might work without the # stuff, but I don't want a separate file per map. I also don't want all the maps to have to load in the main file all at once (this is about 100 maps total!). Have I done something wrong? I think I will have to reduce my loading with javascript inserts since only one "page" of image maps will be shown at a time.
<img src="shirt.gif" usemap="clothes.map#shirt" />
It works just fine when the maps are internal. It might work without the # stuff, but I don't want a separate file per map. I also don't want all the maps to have to load in the main file all at once (this is about 100 maps total!). Have I done something wrong? I think I will have to reduce my loading with javascript inserts since only one "page" of image maps will be shown at a time.