2014-11-07 47 views

回答

1

我已經找到了問題。這是因爲下面的CSS。

ul#sponsors li { 
    display: inline-block; // This is the line which causing the problem 
    list-style: none; 
    margin-bottom: 10px; 
} 

變化display: inline-block;display: list-item;或類似的東西(或者你甚至可以將其刪除。)

+0

只刪除顯示元件的伎倆,謝謝 – jesse94 2014-11-07 15:32:48