gpt4 book ai didi

c# - 如何在不重复的文本框中制作图像

转载 作者:太空宇宙 更新时间:2023-11-03 18:40:10 24 4
gpt4 key购买 nike

我正在将图像应用到文本框,如下所示

<asp:TextBox ID="TextBox1" runat="server" Style="background-image: url('Popup(Images)/Solved.png');"
BorderStyle="None" />

结果如下

enter image description here

我试过应用 no-repeat 但图像没有显示。谁能帮我。为什么我使用文本框是唯一一个在其属性设置为 disabled 时变灰的控件,或者如果有人知道如何通过显示图像使 image button 变灰我那个解决方案

最佳答案

input.textbox
{
background-image: url('Popup(Images)/Solved.png');
background-repeat:no-repeat;
}

<asp:TextBox ID="TextBox1" runat="server" CssClass="textbox" BorderStyle="None" />

关于c# - 如何在不重复的文本框中制作图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9786054/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com