gpt4 book ai didi

html - ASP :TextBox; is there an "OnFocus" or CSS equivalent

转载 作者:行者123 更新时间:2023-11-28 13:46:27 25 4
gpt4 key购买 nike

我想做的基本上是:

/*psuedo css code*/
input:textbox:active
{
border: 1px solid blue;
}

有点像 a:active 但对文本框执行此操作。我知道我可以为此使用 Javascript,但出于支持原因,因为我不知道这里有谁知道 JavaScript,所以我试图将其排除在外。谢谢。

我还想要一个不活动的来取消边界。谢谢。

最佳答案

假设你的文本框有 id TextBox,你可以使用 #TextBox:focus { border: 1px solid blue; }

关于html - ASP :TextBox; is there an "OnFocus" or CSS equivalent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4877417/

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