专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
1.取消按钮按下时虚线框   在input里添加属性值 hideFocus 或者 HideFocus=true 2.只读文本框内容 在input里添加属性值 readonly 3.防止退后清空TEXT文档(可把style内容做做为类引用)   <INPUT style=behavior:url(#default#savehistory); type=text id=oPersistInput> 4.ENTER键可以让光标移到下个输入框   <input _disibledevent="color:#999 ;"> [阅读全文] [PDF]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; char=gb2312" /> <title>很可爱输入框_脚本的家_www. [阅读全文] [PDF]
 样式表中代码解释如下:   “BORDER-LEFT-STYLE:none”: 隐藏左边框   “BORDER-RIGHT-STYLE: none”: 隐藏右边框   “BORDER-TOP-STYLE: none”: 隐藏上边框   “BORDER-bottom-STYLE: none”: 隐藏下边框。 输入框景背景透明: 程序代码 <input?style="background:transparent;border:1px?solid?#ffffff"> -------------- [阅读全文] [PDF]
1 共3条 分1页