jQuery-rwdImageMaps
jQuery-rwdImageMaps copied to clipboard
Not resizing in IE
sorry i'm a newbie but my image map isnt resizing in IE - transport.thedesigngiraffe.co.uk
please help :(
When I view the site on Chrome on the Mac your header navigation with the image map doesn't resize either.
Matt explains in the instructions to ensure you apply the correct height and width attributes to the image used as the image map, however in this case there is no CSS overriding those attributes.
If you add the below rule to your CSS it should fix your issue.
img { width:100%; max-width:100%; height: auto;}
This will affect all the images on the site, but in a good way ;)