
css
浮云中的神马-潘帅
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CSS高度自适应 height:100%;
在初次尝试高度自适应时都会遇到这样的问题:对象的heith:100%; 并不能直接产生实际效果为什么呢?之所以没有效果,与浏览器的解析方式有一定关系,查看下面代码<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>一...转载 2018-10-27 14:11:42 · 1193 阅读 · 0 评论 -
ie兼容-csshack-潘帅亲提
万不得已的情况下可以使用下面的方法:safari下 body:nth-of-type(1) #ys{color:red;} @media screen\9 { .selector { property: value; } } 针对火狐浏览器的CSS Hack:@-moz-document url-prefix() { .selector { att...原创 2018-12-11 11:44:50 · 1853 阅读 · 0 评论