我希望圖像顯示在div的最底部,div沒有設置高度,因爲它基於多少內容在內容體DIV需要在div的最底部顯示圖像
<a href="http://facebook.com/page" id="find-us-on-facebook">facebook</a>
這裏是鏈接的CSS瓦特/背景圖像
#featured-left a#find-us-on-facebook:link,
#featured-left a#find-us-on-facebook:visited {
display: block;
width: 183px;
height: 52px;
text-decoration: none;
background: url('/images/uploads/images/find-us-on-facebook.png') no-repeat;
overflow: hidden;
text-indent: -10000px;
font-size: 0px;
line-height: 0px;
}
#featured-left a#find-us-on-facebook:hover {
background-position: 0 -52px;
overflow: hidden;
text-indent: -10000px;
font-size: 0px;
line-height: 0px;
}
哪個圖像?背景圖?或一些不同的圖像? – 2011-02-11 15:34:08
@tom background-image – Brad 2011-02-11 15:43:37