This may be a noob question, but I can't get it to look the same in every browser. What am I doing wrong here? I want to display the text like it is in Firefox, in all browsers.
See: Firefox:
blabla http://piclair.com/data/ho0b9.jpg
Chrome:
Chrome http://piclair.com/data/mx336.jpg
Safari:
Safari http://piclair.com/data/q5ygn.jpg
My 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;
}
My HTML:
<div id="myslogan" class="harabara">
<p class="subs">Logo en huisstijl ontwerp <br />
voor een scherpe prijs!
</p>
</div>