I've got a page displaying as I would like it in Firefox, but the page is not rendering the same in Internet Explorer. In particular, I have the following problems.
1) Using CSS code:
style="background-color: #f5f0e3"
to color the back of a transparent .gif image, IE appears to leave the background white, or else, it sets it to white? Any solutions to remedy this would be greatly appreciated.
2) The text in my headers, which are anchors, have only the first letters rendered as expected... the rest of the word is in a lesser, possibly non-bold font. Here is the code which sets the headers:
<h2 style="margin: 10px; text-align: center; background-color: #f5f0e3" align="center"><font color="#2b3376"><strong> My Text Here</strong>
</font></h2>
3) Lastly, the following code renders "very" different between Firefox and IE. Specifically, the font looks rather tiny in IE but larger and thicker in Firefox. Any solutions to displaying a consistent text would be appreciated.
<p style="padding: 10px; color: #2b3376; text-align: left; background-color: #f5f0e3; font-family: times; font-style: normal; font-variant: normal; font-weight: 100; font-size: 90%; line-height: normal; font-size-adjust: 0.7; text-indent: 3em">
My long winded paragraph text goes here.
</p>
Thanks.
Start Free Trial