在CSS中我做了那个代码:
body {
background-color:#f3f3f3;
max-width:1920px;
min-width:1024px;
margin:0 auto;
但要将标题与内容分开,我想在它们之间有一个“栏”。
所以我做了:
#zig {
max-width:100%;
background-image:url(../img/zig.png);
background-repeat:repeat-x;
height:25px;
但是酒吧并没有“无限”,它只是重复直到达到“1920px”我能以某种方式改变它吗?放在
min-width:100%
没用