<span style="font-family: courier new,monospace;"><span style="font-family: trebuchet ms,sans-serif;">Hi,</span><br style="font-family: trebuchet ms,sans-serif;"><br style="font-family: trebuchet ms,sans-serif;"><span style="font-family: trebuchet ms,sans-serif;">I have a pit of code to add point (see below) that is not working in IE 8 . Has anyone else had this problem or does anyone have a patch to fix this</span><br style="font-family: trebuchet ms,sans-serif;">

<br style="font-family: trebuchet ms,sans-serif;"><span style="font-family: trebuchet ms,sans-serif;">Thanks,</span><br style="font-family: trebuchet ms,sans-serif;"><span style="font-family: trebuchet ms,sans-serif;">Jerry</span><br style="font-family: trebuchet ms,sans-serif;">

<br>myXmlOverlay = new kaXmlOverlay(myKaMap, 250 );</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">   </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">my_point = myXmlOverlay.addNewPoint(&#39;Property&#39;, long, lat);</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> var my_symbol = new kaXmlIcon();</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">my_symbol.icon_src = &#39;pin_red.gif&#39;;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> my_symbol.icon_w = 32;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">my_symbol.icon_h = 32;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">my_symbol.xoff = -16;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">my_symbol.yoff = -14;    </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">my_point.addGraphic(my_symbol);</span><br style="font-family: courier new,monospace;">