content的取值为webkit,ie-comp,ie-stand之一,区分大小写,分别代表用webkit内核,IE兼容内核,IE标准内核。默认用极速核:默认用ie兼容内核:默认用ie标准内核:—— Read More
posted @ 2015-04-21 09:14 yjj_1216 Views(207) Comments(0) Diggs(0)
JavaScript 语言基础知识点总结 Read More
posted @ 2015-04-15 15:28 yjj_1216 Views(75) Comments(0) Diggs(0)
国内UED大全UEDUE = User Experience,即用户体验,2003年前后,同Usability一起传入国内。UED = User Experience Design,用户体验设计,也叫UXD(User eXperience Design)。2006年9月“淘宝UED”团队博客建立之后... Read More
posted @ 2015-04-15 14:34 yjj_1216 Views(162) Comments(0) Diggs(0)
使用 CSS 去掉 iPhone 网页上按钮的默认圆角样式使用 iPhone 上的浏览器去浏览网页的时候,按钮总是显示超大圆角的样式,显得超级恶心,但是我们自己定义 border-radius 也没有效果,经过搜索发现这是 webikt 内核浏览器通过私有属性 -webkit-appearance ... Read More
posted @ 2015-04-01 11:46 yjj_1216 Views(810) Comments(0) Diggs(0)
各浏览器hack:1、Firefox @-moz-document url-prefix() { .selector { property: value; } } 2、Webkit内核浏览器(chrome and safari) @media screen and (-webkit-min-d... Read More
posted @ 2015-03-03 15:48 yjj_1216 Views(161) Comments(0) Diggs(0)
问题: 当父级元素为相对定位position:relative;,子元素为绝对定位position:absolute;并且层级较高时,一般浏览器显示为子元素在父元素之上,但IE7子元素却被父级兄弟元素遮盖在下面,解决: 1.可设置当前父级元素层级高于父级兄弟元素, 2.若子元素有下拉时,可设当... Read More
posted @ 2015-03-03 13:49 yjj_1216 Views(1007) Comments(0) Diggs(0)