float

作者: 小y哥哥 | 来源:发表于2016-07-12 22:36 被阅读13次

DOM与显示位置匹配的单侧固定布局

外层DIV:

width:100%;
folat:left;
width:56px;
float:left;
margin-left:-56px;
a { float: left; margin-right: 20px; }
/* 下面这个是固定布局写法 */
.cell { display: table-cell; *display: inline-block; width: auto; *width: auto; }

相关文章

网友评论

      本文标题:float

      本文链接:https://www.haomeiwen.com/subject/ecjsjttx.html