您可以在此处查看问题: http://www.callensewout2011.dreamhosters.com/results.php?q=frankrijk
谁知道如何解决这个问题?
<div id="result-wrapper">
<a href="article.php?articleId=173&q=frankrijk">
<div class="tile" id="tile1">
<div class="tileTextEmpty">
<img src="img/logos/hbvl.png" alt="Logo van Het Belang Van Limburg">
</div>
<div class="tileText">
<h4>Vliegtuig Hollande getroffen door bliksem </h4>
<p>De kersverse nieuwe Franse president François Hollande heeft dinsdag voor het eerst de Duitse kanselier Angela Merkel ontmoet. Hollande moest zijn reis naar Duitsland wel even...</p>
</div>
</div>
</a>
</div>
#result-wrapper {
-webkit-column-width: 340px;
-webkit-column-gap: 0px;
height: 649px;
width: 1024px;
overflow-y: auto;
background-color:
black;
}
.tile {
height: 325px;
background-position: center top;
background-repeat: no-repeat;
background-size: 340px;
background-color:
black;
}
.tileTextEmpty {
width: inherit;
height: 155px;
text-align: left;
}
.tileText {
height: 135px;
padding: 10px;
background-color: black;
opacity: .8;
color: #EAEAEA;
text-align: left;
}
答案 0 :(得分:0)
有一个hbox模块。它可能会有所帮助:
答案 1 :(得分:0)
为什么不使用display:inline-block或使用float:left直到容器的末尾来定位内容。
如果您不知道如何使用display:inline-block,请参阅此参考资料
http://robertnyman.com/2010/02/24/css-display-inline-block-why-it-rocks-and-why-it-sucks/