我有我的背景圖片的文本框。每當我點擊文本框時,bg圖像應該消失,只有文本應該可見。當文本被清除時,bg圖像應該再次出現。這怎麼可能 ?刪除鍵入文本時的文本框的背景圖像。怎麼樣?
<asp:TextBox runat="server" Width="160px" ID="txt_google_search" style="padding: 6px; background: url('http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif') no-repeat scroll left center rgb(255, 255, 255);" ></asp:TextBox>
我在我的代碼隱藏中嘗試了下面的代碼,但它無法工作。
txt_google_search.Attributes.Add("onclick", "me.style.backgroundImage = none;")
我得到您所提供的功能這個錯誤,當我通過螢火蟲看到:對象{錯誤= 「Mozilla的錯誤:無效範圍變量」 } – Anuya
請覈實jQuery是包含在您的網頁上。 –