我想中心文本元素與動態寬度。問題中心對齊動態文本元素與css
HTML:
<div class="healthyrecipes">
<h2>Recipe of the week</h2>
<a href="link"><img src="image" alt="Dip - hommus">
</a>
<span class="recipethisweek">Dip - hommus</span>
</div>
CSS:
.recipethisweek {
display: inline-block;
float: left;
height: 16px;
left: 30px;
padding: 0 5px;
position: relative;
text-align: center;
top: -20px;
vertical-align: text-top;
width: auto;
}
完整的代碼在:http://www.betterhealth.vic.gov.au/
我已經試過各種變化的根據堆棧溢出類似的問題,但沒有運氣。
任何幫助,將不勝感激。
乾杯, 貝尼特
該文本似乎爲我居中,你使用什麼瀏覽器? – veritas 2012-02-08 22:55:20