Originariamente inviato da loop
Posta il link dove hai visto il codice

ecco qui la sorgente http://www.shadowbox-js.com/



e qui il codice

codice:
<h3>Image Map</h3>

            

Shadowbox supports client-side image maps through the use of area tags.</p>

            <div id="hongkong">
                [img]gallery/hongkong.jpg[/img]
                <map id="hongkongmap" name="hongkongmap">
                    <area shape="rect" coords="43,27,135,77" href="gallery/hongkong-1.jpg" alt="">
                    <area shape="rect" coords="191,11,286,74" href="gallery/hongkong-2.jpg" alt="">
                    <area shape="rect" coords="419,2,502,81" href="gallery/hongkong-3.jpg" alt="">
                </map>
            </div>