On the desktop version of the website, there is an imagemap implemented. However, when the site transitions into tablet or mobile view, the imagemap should be disabled to allow for a simpler navigation area to be displayed. I attempted to use the following CSS code:
map {
display: none;
}
Unfortunately, the imagemap still appears on the page. Does anyone have any suggestions on how to successfully disable the imagemap in tablet and mobile views?