随笔分类 -  HTML/CSS

摘要:这篇文章中,我会略述一下 Internet Explorer 和 Firefox 在 JavaScript 语法上不同的 7 个方面。 1. CSS “float” 属性 获取给定对象的特定 CSS 属性的基本语法是 object.style 属性,而且有连字符的属性要用骆驼命名法来代替。例如,获取一个 ID 为 “header” 的 div 的 background-color 属性,我们要用如... 阅读全文
posted @ 2010-05-15 07:35 Aldebaran's Home 阅读(307) 评论(0) 推荐(0)
摘要:Event cancelBubble设置或获取当前事件是否要在事件句柄中向上冒泡。 Sets or retrieves whether the current event should bubble up the hierarchy of event handlers. <SCRIPT LANGUAGE="JScript"> function checkCancel() { if... 阅读全文
posted @ 2008-08-21 14:51 Aldebaran's Home 阅读(306) 评论(0) 推荐(0)