03 2011 档案
摘要: 绝对定位元素盖住链接或添加某事件handle的元素后,那么该链接的默认行为(页面跳转)或元素事件将不会被触发。
现在firefox3.6 /safari4 /chrome支持一个称为pointer-events的css属性。使用该属性可以决定是否能穿透绝对定位元素去触发下面元素的某些行为。
posted @ -274°c 阅读(497) |
摘要: ie 6下双倍margin的bug,当ie6中 块元素float布局时候,当含有margin属性,并且margin 与float 一致的时候,margin值加倍,为什么?
posted @ -274°c 阅读(715) |
摘要: 原文地址:http://dancewithnet.com/2006/06/06/ie-conditional-comments/#more-903
posted @ -274°c 阅读(295) |
摘要: 原文地址:http://dancewithnet.com/2004/12/13/effect-of-meat-in-html/#more-844
posted @ -274°c 阅读(354) |
摘要: ie 6 有几个臭名昭著的bug。 如 line-height,png透明,还有固定定位(position:fixed)等等。
今天跟大家分享的是处理ie 6下不支持 positon:fixed 的bug。
posted @ -274°c 阅读(881) |
摘要: 发现一种方法,利用css 字体,将数字表现为图案的方法,这种方法还是能省去图片资源下载的。如果可行还不错哦。
posted @ -274°c 阅读(357) |
摘要: 不过我们有时候做水印的根本目标是为了防止盗链,如果对方手工来挖图片,我们这种处理方法还是不行的。
posted @ -274°c 阅读(2129) |
摘要: 那天一位写c 的同事问我,一段网页里,选中了一段文字,当我们用鼠标点击下网页,选择的文字就取消掉了。 但是当点击到图片上的时候,ie出现一个现象,选择的文字并没有取消。
posted @ -274°c 阅读(1834) |