IP属地:加州
内容: 针对IE浏览器 1,css hack, 解决各浏览器的效果不同 2,html5和css3 在IE浏览器中无法显示 3,响应式 viewp...
媒体查询 @media only screen and (max-width:287px) { } only screen一起的 如果老式浏览器...
http://www.cnblogs.com/jr1993/p/4457970.html 条件法 <!--[if IE]><![endif]--...
HTML5 <!--[if IE]> <![endif]--> CSS3的圆角和阴影 file:///C:/Users/Administrato...
http://www.runoob.com/tags/att-input-type.html http://www.zhangxinxu.com...
[animation-name]:@keyframes:帧 检索或设置对象所应用的动画名称 [animation-duration]: 检索或设...
transform-style: preserve-3d:3D效果还是平面效果 flat|preserve-3d. 前者flat为默认值,表示平...
(transition要在初始状态上写。)