开发者

How to make input text type="button" unselected in ie & firefox

How to make input text 开发者_如何学编程type="button" unselected in ie & firefox without js


Unselected? Do you mean disabled?

<input type="button" value="Hello" disabled="true">

How to make input text type="button" unselected in ie & firefox

http://www.w3schools.com/tags/att_input_disabled.asp

Unselected could mean...

"unselect" as in once it's highlighted - to lose focus. (this is definitely JS)
"disabled" as in the button isn't usable - (above example)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜