基本上我需要該文章的發佈日期(1/9/2016)在容器底部放置或對齊。現在,日期恰好位於文本的正下方,但我需要將它放在容器的底部。我的網站是watchathletics.com如何將文章發佈日期對齊到容器底部
.headline_container {
\t width: 334px;
\t height: 80px;
\t position: relative;
\t margin: 8px 0;
\t -moz-border-radius: 1px;
\t border-radius: 1px;
\t border: 1px solid #e6e6e6;
\t -moz-box-shadow: 0 2px 2px #e6e6e6;
\t -webkit-box-shadow: 0 2px 2px #e6e6e6;
\t box-shadow: 0 2px 2px #e6e6e6; \t
\t background: #fff;
\t
}
.headline_photo {
\t width:90px;
\t height:60px;
\t margin-top: 6px;
\t margin-left: 6px;
\t -moz-border-radius: 1px;
\t border-radius: 1px;
\t border: 1px solid #ffffff;
\t -moz-box-shadow: 0 2px 2px #e6e6e6;
\t -webkit-box-shadow: 0 2px 2px #e6e6e6;
\t box-shadow: 0 2px 2px #e6e6e6;
}
.headline_text {
\t position: relative;
\t left: 111px;
\t top: -63px;
\t width: 220px;
\t height: 60px;
\t font-size: 13px;
\t }
.headline_text a {
\t font-size: 14px;
}
.top_pub_date {
font-weight: bold;
font-size: 11px;
}
<div class="headline_container">
\t <div class="headline_photo"><img src=\"image.jpg"></div>
<div class="headline_text">• <a style=\"font-size:14px; line-height:105%\" href="#" class="clear_href" title=\"$top_normal_title\"> Some text hereSome text hereSome text hereSome text here </a><br/><div class="top_pub_date"> 1/9/2016 </div></div>
</div>
NT增大。
感謝德克爾的位置是:絕對解決問題。非常感謝。 – Girts
歡迎您:) – Dekel