【发布时间】:2011-03-27 06:40:10
【问题描述】:
我正在尝试将文本从上到下和从左到右自动居中,换句话说,文本需要位于图像的中心。我唯一可以改变的是css,code标签是硬编码的,所以不能改变。
<style>
code {
background:url(http://pad1.whstatic.com/skins/WikiHow/images/header.png) no-repeat -220px 0;
width:403px;
height:56px;
line-height:1.1em;
text-align:center;
padding-top:56px;
padding-left:60px;
padding-right:40px;
}
</style>
<code>message goes here</code>
【问题讨论】:
标签: css image text background