2013-06-09
展开全部
expression目前只有IE支持~莞镁http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></A>http://www.w3.org/1999/xhtml"></A>无标题文档阅读析明 回答时间 2007-12-19 15:27 检举 input 的 高级用法 1.取消按钮按下时的虚线框 在input里添加属性值 hideFocus 或者 HideFocus=true 2.只读文本框内容 在input里添加属性值 readonly 3.防止退后清空的TEXT文档(可把style内容做做为类引用) 4.ENTER键可以让光标移到下一个输入框 5.只能为中文(有闪动) 6.只能为数字(有闪动) 7.只能为数字(无闪动) 8.只能输入英文和数字(有闪动) 9.屏蔽输入法 10. 只能输入 数字,小数点,减号(-) 字符(无闪动) 11. 只能输入两位小数,三位小数(有闪动) 看来这个答案是我的了
2013-06-09
展开全部
<style>
input{border-color:expression((this.type=="text")?"#333333":"")}
input{border-style:expression((this.type=="text")?"solid":"")}
input{border-width:expression((this.type=="text")?"1px":"")}
</style>
<input type="text">
<input type="button">
<input type="checkbox">
expression目前只有IE支持~
input{border-color:expression((this.type=="text")?"#333333":"")}
input{border-style:expression((this.type=="text")?"solid":"")}
input{border-width:expression((this.type=="text")?"1px":"")}
</style>
<input type="text">
<input type="button">
<input type="checkbox">
expression目前只有IE支持~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-06-09
展开全部
不支持非IE6或者IE6以下的浏览器FF IE7等都支持...http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></A>http://www.w3.org/1999/xhtml"></A>无标题文档
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-06-09
展开全部
呵呵我知道哦 你采纳答案我发来
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询