In the <area> tag for the individual elements of the image map you can provide a value for the "alt" attribute. Don't know if this will actually serve as a text link when the image map is not available, but "alt" is always touted as being an important attribute to use in the event of text-only browsers.
If the text itself does not act as a link, maybe you can make the "alt" text an html tag for the link...
Another option would be to have your image map as a div and a table/table cell holding your text links as div that is hidden by default. On page load, test for whether or not images are enabled (don't know exactly how to do this,
if (document.images)
perhaps?) and if they're not, hide the image map and show the text link div.
Sorry I can't be of more help. I tried to test what would happen to the image map with images disabled... I set Netscape to not load images, but it does any. Imagine that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.