<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I think I have found a bug in OpenLayers.<br>It happens when you have a gml_layer, a selectFeature control applied to it, and a styleMap with different styles for default and select.&nbsp; Internet explorer does not behave in the expected way if the default select is specified with a strokeWidth of zero AND the select style has a strokeWidth=2.0 (or &gt;0.0 probably).<br>The problem is demonstrated in the following example (which works fine in Firefox but not in IE8):<br>http://members.optusnet.com.au/~msephton/ol/gml-layer_h2.html<br><br>A work around for this problem is to set the strokeWidth and&nbsp; strokeOpacity for the default style as 1.0 and 0.0 respectively, and the strokeOpacity for the select style as 1.0 (or &gt;0.0 probably).<br>The work around is demonstrated in this example:<br>http://members.optusnet.com.au/~msephton/ol/gml-layer_h2b.html<br><br>Should I file a ticket for this? <br><br>                                               </body>
</html>