The text within the h3 tag displays correctly in Firefox and Chrome, but is not visible in IE8. I'm unsure of what the issue might be. Here is the HTML code:
HTML:
<div id="right">
<h3>
profile
<div id='upload' class="save" style="float:right; display:none; font-family: comicsans; padding-right: 20px; cursor:pointer">
<img src="jqe13/image/fb.PNG">
<span class="blink"><strong>Save</span>
</div>
</h3>
</div>
Any ideas on how to resolve this?