嗨,我创建了一个h3
居中并使用 abackground-image
和padding
. 它在所有浏览器中看起来都很好(即它h3
是其中文本的宽度,加上填充),除了 IE7,它h3
似乎默认为 100% 宽度。我不想设置静态宽度,因为我需要它根据文本调整大小。有任何想法吗?这是网站:
- http://www.firecrestmoto.co.uk/index.php(这是“我们的最新到货”文本)
h3.bannerh3 {
font-family: "alternate-gothic-no-1-d",sans-serif;
font-style: normal;
font-weight: 400;
color: #fff;
text-transform: uppercase;
font-size: 64px;
height: 78px;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
position: relative;
text-shadow: 0px 0px 10px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
background: url('../../../../img/h2top3.png') repeat-x top, url('../../../../img/h2bottom3.png') repeat-x bottom;
-pie-background: url('/img/h2top3.png') repeat-x top, url('/img/h2bottom3.png') repeat-x bottom; /*PIE*/
behavior: url(js/pie/PIE.htc);
}