我有很多相同的div。每个人都有自己的背景。
$(".grid-con").css({"background-size": "100% auto", "background-repeat": "no-repeat", "background-position": "50% 50%"});
我正在使用jQuery将属性设置为background:
.masonry { float:left; width:950px; margin-top:20px; }
.grid { width:100%; }
.grid-item { width:217px; margin:0 20px 20px 0; }
.grid-con { width:100%; height:auto; }
和css的额外属性:
.grid-con
如果我将固定高度设置为width:100%
,那么一切正常。
问题:
如何在没有固定高度的情况下使其工作? height:auto
效果很好,但cat "inputfile.txt" | sort | uniq -c
没有。我需要显示所有需要适合未知高度的固定宽度的背景。
答案 0 :(得分:1)