.clearself:before,.clearself:after{content: " ";display: block;height: 0;overflow: hidden;}
.clearself:after{clear: both;}
.clearself{zoom: 1;} /* IE < 8 */
ul.three-col-row li{width: 25%;margin-right: 5%;float: left;text-align: center;}
ul.three-col-row li:nth-child(4n+4){margin-right:5%;float: left;} \t
ul.three-col-row li:nth-child(3n+3){margin-right: 5%;float: right;} \t
.intro{margin:60px 0 0 0;}
.intro h2{margin-bottom: 15px;}
.intro p{margin-bottom: 30px;}
.intro ul.three-col-row li {min-height:310px;}
<section class="intro clearself">
<ul class="three-col-row">
<li>
<h2>Wat?..</h2>
<p>Praktische en juiste informatie is een belangrijke deelsleutel tot de oplossing van rugproblemen.</p>
<a class="button" href="advice.html">Meer info!</a>
</li><!--
--><li>
<h2>Hoe...</h2>
<p>Ga zo ver mogelijk in de beweging en herhaal dit regelmatig gedurende U capaciteit.</p>
<a class="button" href="work-out.html">Kies je sport!</a>
</li><!--
--><li class="last-row1">
<h2>Doel...</h2>
<p>Het belangrijkste aspect is echter dat U ontdekt dat U ZELF veel kan doen om uiteindelijk uw rugklacht te vermijden,meer dan U welicht denkt.</p>
<a class="button" href="about.html">Meer info!</a>
</li>
</ul>
</section>
我這個問題是,第二列是不正確居中。第二和第三列之間的空間太大...我的主要內容寬度是90%,我的部分最小高度是310px。 當我在Firefox上測試頁面時,我的3列的寬度爲275x310px,但它們看起來不相同。當我在Chrome上進行測試時,我的2列的寬度爲275x310px,中間的寬度爲274x310px。 如何讓空間平等?
它的工作就是這樣,而不是響應式佈局。 – 2014-11-23 14:55:42
嗯,沒有看到你描述的問題。 – 2014-11-23 15:04:40
我不能放圖片來顯示問題出在哪裏。問題在於列應該是響應式的。在一個小屏幕上,應該有colums在彼此之下。如果我使用display:table比在大屏幕上完美,但是在移動網站上並不顯示在其他下方。 – 2014-11-23 15:20:41