skip to Main Content

How do i make image maps with HTML?

I literally started learning html earlier today with WE3Schools but I'm stuck on the part with image maps heres my code <img src="330px-Smiley.svg.png" alt="" usemap="#map" /> <map name="map"> <area shape="rect" coords="67, 60, 257, 150" href="https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/330px-Smiley.svg.png" /> </map> I want it…

VIEW QUESTION

Show text on top of image – Photoshop

Currently I've an image mapped out like this <img src="Floor1.jpg" alt="Floor1" usemap="#Floor1"> <map id="Floor1" name="Floor1"> <area shape="rect" name="Seat1" title="Seat1" coords="535,311,133,555" href="#" target="" /> <area shape="rect" name="Seat2" title="Seat2" coords="121,211,111,555" href="#" target="" /> </map> And along with this a Jquery plugin called…

VIEW QUESTION
Back To Top
Search