读大神的博客后对于position:absolute,position:fixed的总结

1、没有定义值得absolute和float一样,是脱离文档流的 eg: .image{position:absolute;width:50px;height:50px;} .box2{padding-left:60px;background: red;} .container3{overflow: hidden;zoom:1;} .image3{float:left;width:50px;he
相关文章
相关标签/搜索