English 中文(简体)
残疾控制
原标题:Disabled controls in Firefox

首先,在我的定制网页项目中,即使用一个总页。

驱使我nut子的是,超文本链接(儿童网页上5个中有2个)似乎在燃烧燃烧时致残(V3.5.5)。

I face the same problem with a radio-button-list which exists within an asp wizard control. It seems to be disabled, (Does not accept focus).

不能说明为什么这种情况只发生在火ox中,而不是发生在I.E。

<><>UPDATE: 两者在火ox和电离层中均使用。

<asp:Label ID="lblSh" runat="server" Font-Names="Tahoma" Font-Size="8pt" ForeColor="White" Text="Update your personal"></asp:Label>
<asp:HyperLink ID="hyperProfile" runat="server" Font-Names="Tahoma" 
                Font-Size="8pt" Font-Underline="True" ForeColor="#FF6D06" 
                NavigateUrl="~/ClientCenter/MyAccount.aspx">Profile</asp:HyperLink>

而只有I.E。

<asp:HyperLink ID="hyperUpdateSuscription" runat="server" Font-Names="Tahoma" 
                Font-Size="8pt" Font-Underline="True" ForeColor="#FF6D06" 
                NavigateUrl="~/ClientCenter/PlaceOrder.aspx">Update</asp:HyperLink>
        <asp:Label ID="lblShmeio9" runat="server" Font-Names="Tahoma" Font-Size="8pt" 
                ForeColor="White" 
                Text="your subscription"></asp:Label>
最佳回答

I guess i should use first http://validator.w3.org/

一个四端的标签是混淆了特定物体(接连线——无线电台清单)和为什么它们似乎残疾。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签