asp.net - Disabled controls in Firefox -
In my custom webpage project first, I use a master page.
What drives me is crazy, that hyperlinks (2 out of 2 children page) are disabled when debugging with Firefox (V 3.5.5).
I have to face the same problem with a radio button list, which seems to control the ASP wizard, (does not accept the focus).
Do not I understand why this is only in Firefox and not in IE
Update: It works in both Firefox and IE Label: id = "lblsh" runat = "server" font-name = "Tahoma" font-size = "8pt" ForeColor = "white" text = "Your personalized update is
Please "& gt; & Lt; / Asp: Label & gt; & Lt; Asp: hyperlink id = "hyperprofile" runat = "server" font-name = "taahoma" font-size = "8pt" font-underline = "true" ForeColor = "# FF6D06" navigate = url = "~ / ClientCenter / MyAccount .aspx "& gt; Profile & lt; / ASP: Hyperlink & gt;
and it only works in IE
& asp: asp: hyperlink id = "hyperdepartex" runat = "server" font-name = "Tahoma" font-size = "8pt" font-underline = "True" Foreclosure = "# FF 6D6" Navigate URL = "~ / Client Center / Place Order.aspx" & gt; Update & lt; / Asp: hyperlink & gt; & Lt; Asp: label id = "lblShmeio9" runat = "server" font-name = "Tahoma" font-size = "8pt" ForeColor = "white" text = "your subscription" & gt; & Lt; / Asp: Label & gt;
I think I should use first
one The div tag was overlapping specific objects (hyperlinks - radio-button-list) and that is why, they seem to be disabled
Comments
Post a Comment