Are HTML Image Maps still used?

后端 未结 9 1030
孤独总比滥情好
孤独总比滥情好 2020-12-04 11:17

Do people still use the old HTML Image Maps? The ones with:


\"\"

        
相关标签:
9条回答
  • 2020-12-04 11:59

    Yes html image maps are good especially if you want your area to be a polygon. You can add rollover effects to you map as well with javascript. There is a nice tutorial and demo here:

    http://www.tutorialized.com/view/tutorial/Image-Map-Rollover/3484

    0 讨论(0)
  • Yes, I still use image maps, however my last project used Raphaël. It was pretty easy to get something up and running.

    http://dmitrybaranovskiy.github.io/raphael/

    From their web site:

    Raphaël ['ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy.

    Nice simple image map example:

    http://dmitrybaranovskiy.github.io/raphael/australia.html

    0 讨论(0)
  • 2020-12-04 12:01

    image map is quite interesting option in html and html5 they are still being use and i personally love it i therefore find issuse in mobile devices my issue is relatd to scaling

    yes i have experience it my self however i am a student enrolled in html html5 and for begineers i would like to follow w3chools link

    http://www.w3schools.com/html/html_images.asp

    you will gain alot from this [page

    0 讨论(0)
提交回复
热议问题