Hi there
I’ve attached 3 examples
The first being what it should look like, and is Firefox 3.6.13.
The second is Safari (5.0.3), and the third is Chrome (9.0.597.102).
Isn’t it strange how Safari and Chrome interpret it differently? Is there anything I’ve missed that could rectify this? Obviously targeting webkit is no use here, and I’ve been reading on here about this being generally buggy in IE. I’m on a Mac so haven’t even tested it on IE yet! I’m wondering if it’s more trouble than it’s worth, could just styling a <span> could be a better option?
My css
p.introText:first-letter{
font-size:100px;
float:left;
color:#aaa;
padding:10px 15px;
margin:0 7px 0 0;
background:url(images/first-letter.png) no-repeat bottom right;
}
Any suggestions much appreciated, thanks ![]()
Pat