做网页经常要注意的常识 整理收集
更新时间:2007年03月26日 00:00:00 作者:
背景图片不滚动
IE浏览器支持一个 Body 属性 bgproperties,它可以让背景不滚动:
<Body Background="图片文件" bgproperties="fixed">
关于onfocus,onblur
今天在BI里看到这样的贴子,刚好学习下。<input type="text" size="50" onfocus="this.style.background='none'" onblur="this.style.background='------'" />
focus 聚焦
blur失焦
onfocus 是当焦点聚在对象上时触发事件函数
onblur 是当焦点离开对象上时触发事件函数
主要应用在Select、Input、或Textarea 标签。
IE浏览器支持一个 Body 属性 bgproperties,它可以让背景不滚动:
<Body Background="图片文件" bgproperties="fixed">
关于onfocus,onblur
今天在BI里看到这样的贴子,刚好学习下。<input type="text" size="50" onfocus="this.style.background='none'" onblur="this.style.background='------'" />
focus 聚焦
blur失焦
onfocus 是当焦点聚在对象上时触发事件函数
onblur 是当焦点离开对象上时触发事件函数
主要应用在Select、Input、或Textarea 标签。
相关文章
用javascript来控制 链接的target 属性的代码
用javascript来控制 链接的target 属性的代码...2007-11-11HTML:scrollLeft,scrollWidth,clientWidth,offsetWidth完全详解
HTML:scrollLeft,scrollWidth,clientWidth,offsetWidth完全详解...2007-08-08
最新评论