javascript - Is it possible to create "anchor points" for an image, in another image? -
i'll preface question asserting i'm no "web guy". have little no experience programming in javascript, or other web-based programming technology aside xml , related xslt; go easy on me! what suppose i'm trying create akin imagemap: place image on webpage then, based on information i've received hardware chassis, populate various "hardware slots" in image of chassis image of piece of hardware in location. i'd create these points , have them relative image, not browser window, create image of chassis anywhere , still place images of cards on appropriate slots. is there mechanism using vars hold offsets, , placing other images, using var offsets relative chassis image? there different way sort of thing? i agree thiefmaster, , sketch markup this. <div class="chassi"> <div id="slot1" class="slot"></div> <div id="slot2" class="slot"></div> ...