These tabs work on google chrome but not on IE.
The culprit in the following code is:
<li><a runat="server" disabled="disabled" id="mno" href="#mno">mno</a></li>
If I take out this tab, the other tabs work fine.
Please suggest a workaround on how to fix this.
<ContentTemplate>
<asp:Panel ID="pnlOptions" runat="server">
<div id="tabs1" class="tabHeader">
<input type="hidden" value='0' runat="server" id="ActiveTabIndex&q ...
Go to the complete details ...