<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -109,8 +109,14 @@
 		opts = $.extend({}, $.fn.maphilight.defaults, opts);
 		
 		if($.browser.msie &amp;&amp; !ie_hax_done) {
-			document.createStyleSheet().addRule(&quot;v\\:*&quot;, &quot;behavior: url(#default#VML); antialias: true;&quot;);
 			document.namespaces.add(&quot;v&quot;, &quot;urn:schemas-microsoft-com:vml&quot;);
+			var style = document.createStyleSheet();
+			var shapes = ['shape','rect', 'oval', 'circ', 'fill', 'stroke', 'imagedata', 'group','textbox'];
+			$.each(shapes,
+				function() {
+					style.addRule('v\\:' + this, &quot;behavior: url(#default#VML); antialias:true&quot;);
+				}
+			);
 			ie_hax_done = true;
 		}
 		</diff>
      <filename>jquery.maphilight.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8eb8cc7003b48d940705df501981fc02ed2cc418</id>
    </parent>
  </parents>
  <author>
    <name>David Lynch</name>
    <email>kemayo@gmail.com</email>
  </author>
  <url>http://github.com/kemayo/maphilight/commit/cf2406a5ec4ead7b46b344d94ca97a4ac3c468d2</url>
  <id>cf2406a5ec4ead7b46b344d94ca97a4ac3c468d2</id>
  <committed-date>2009-08-14T11:47:59-07:00</committed-date>
  <authored-date>2009-08-14T11:47:59-07:00</authored-date>
  <message>Yogi's solution to IE8. May need to be adjusted for IE6/7.</message>
  <tree>b256c4b21e1b220c4805338d35428b336c058f9c</tree>
  <committer>
    <name>David Lynch</name>
    <email>kemayo@gmail.com</email>
  </committer>
</commit>
