What exactly are image maps? Image maps are lists of coordinates on one image, each coordinate linking to a specific URL. They are used to add multiple links to an image and often for navigation purposes.
Image maps are often called an "easy" alternative to HTML & CSS, but a lot of that ease comes from cutting corners.
Image maps should be avoided if possible in blog design.
Why You Should Avoid Image Maps:
2. It isn't responsive. We've learned that responsive design will be an important factor for SEO, ranking, as well as reputation.
3. Slow load times. It usually takes longer than normal for images to load not only because it usually is a large image, but also because there is a great deal of coding involved.
Alternatives to Image Maps:
If you're having second thoughts about using an image map, here are some resources for building social media buttons and navigation menus with HTML & CSS.- How I Set Up My Social Media ButtonsHow I Set Up My Social Media Buttons - my tutorial on how I made my social media buttons with HTML and one little line of CSS. (Source: Code It Pretty)
- Turning a List into a Navigation Bar - from 456 Berea Street. An oldie but goodie, this comprehensive & well-written tutorial shows you how to make a basic navigation menu out of an HTML list. (Source: 456 Berea Street.)
- HTML and CSS - Lists & Navigation - from Coding for Good. Part of an HTML/CSS tutorial series, with excellent instruction and resources on creating your own navigation menu. (Source: Coding For Good)
(Some of the sourcing for this post was taken from points made by the blog, Coding It Pretty.)
That's it!
No comments:
Post a Comment