这可能是一个菜鸟问题,但我无法让它在每个浏览器中看起来都一样。我在这里做错了什么?我想在所有浏览器中像在 Firefox 中一样显示文本。
请参阅:火狐:
blabla http://piclair.com/data/ho0b9.jpg
铬合金:
铬 http://piclair.com/data/mx336.jpg
苹果浏览器:
Safari http://piclair.com/data/q5ygn.jpg
我的 CSS:
#myslogan {
float: left;
margin-top: 50px;
margin-left: 0px;
width: 290px;
height: 75px;
background: url('../images/subhlogobg.png') no-repeat;
padding: 3px 0 0 11px;
line-height: 35px;
}
p.subs {
font-weight: bold;
display: inline;
color: #F0821F;
font-size: 23px;
}
.harabara {
list-style: none;
font-family: 'harabararegular';
letter-spacing:1px;
}
我的 HTML:
<div id="myslogan" class="harabara">
<p class="subs">Logo en huisstijl ontwerp <br />
voor een scherpe prijs!
</p>
</div>