0
有問題的網站是:CSS在網頁上溢出的移動網站
http://www.thewaterqualitysolution.com/
我使用的列的CSS代碼:
.column1,
.column2,
.column3,
.column4
{
column-rule-width: medium;
width: 282px;
max-width: 24%;
}
.column1,
.column2,
.column3
{
float: left;
margin-right: 24px;
max-width: 24%;
}
.column4
{
float: right;
max-width: 24%;
}
他們爲什麼不留下來在邊界?
因爲你的包裝有980px,所以列採取規模的24%...請檢查CSS媒體查詢創建移動的看法... – sinisake 2014-10-30 23:10:08