Posted on: 5/9/2014 3:21:30 AM | Views : 359

<a href="#x" class="overlay" id="MsgForm"></a> <div class="popup"> <h2>Base Details</h2> <div> <asp:Label ID="MsgPop" runat="server" Font-Names="Cambria" Font-Size="Medium" ForeColor="Black" Text="test" Visible="True"></asp:Label> </div> </div> The code above able to pop up the form ( when i click the 'a' browser will pop up a box on center) by using firefox and google chrome but ie8 and above is not working. Why?

Go to the complete details ...