The following worked for me:
I changed the <a> tag to a hyperlink. This seems to work fine in IE.
<li><asp:HyperLink ID="aResponsible" runat="server" href="#divResponsible" Text="Responsible Parties" Visible="false"></asp:HyperLink></li>
The following worked for me:
I changed the <a> tag to a hyperlink. This seems to work fine in IE.
<li><asp:HyperLink ID="aResponsible" runat="server" href="#divResponsible" Text="Responsible Parties" Visible="false"></asp:HyperLink></li>