Despite finding numerous posts addressing this issue, I am still encountering problems with my code:
<div id="product_tabs_description_tabbed_contents" style="display: block;"><img style="margin-left: -10px; opacity: 1 !important;" src="{{media url="brands.png"}}" alt="" width="754" usemap="#brands_map" /></div>
<a href="javascript:void(0)"><map class="maptest" name="brands_map">
<area title="Nike" shape="rect" coords="4,3,73,41" href="#" alt="Nike" class="0" />
<area title="Lonsdale" shape="rect" coords="99,7,168,45" href="#" alt="Lonsdale" class="1" />
<area title="No Fear" shape="rect" coords="206,5,284,42" href="#" alt="No Fear" class="2" />
<area title="Karrimor" shape="rect" coords="317,9,376,62" href="#" alt="Karrimor" class="3" />
</map> </a>
I have two images, one in black and white named first.png, and the other colored as second.png. My goal is to change the color of the current brand on hover, similar to what can be seen at .
As I am using an image map, I am struggling to configure the CSS for it to work properly. Moreover, I am unable to access my external CSS file, which requires me to directly embed the CSS code in HTML.