So I have created a page which uses a "map interface" made out of SVG.
Unfortunately, this UI has to be made compatible with IE8. I have looked up several solutions to this including Raphael and SVGWeb, but I feel the best solution is to use some conditional HTML formatting here.
I am using a static background image with CSS and then using SVG/javascript to shade in different regions and mark cities on the map. However as you can see from the picture attached, in IE nothing shows up on this image, as IE <9 doesn't support SVG.
The reason for this is it allows me to "add in" IE8 functionality without having to modify the current existing functionality.
Bookmarks