Hi. I'm having trouble with a background image. It appears differently in each browser. I suspect it has something to do with each browser interpreting the bottom padding differently. It appears correctly in Chrome, Opera, and Safari. Can someone please help?
Hi. I'm having trouble with a background image. It appears differently in each browser. I suspect it has something to do with each browser interpreting the bottom padding differently. It appears correctly in Chrome, Opera, and Safari. Can someone please help?
Here's the demo page: http://gchiller.com/test/services.html
If you add
line:height:31px;to the p with class "wwd", Firefox should render it the same.It's just different font rendering. Just add
no-repeatto you background.@TheDoc : Thanks, It works now!
@Senff : I went with the no-repeat method, but thanks for replying anyway.
Sure no problem, if you're OK with the text being that close to the bottom of the background in Firefox. :)