yeah, i realize now that there's a ton of code in here. This is a wordpress template that I installed and apparently its really weighted down in code so I'm just dealing with the repercussions at this point.
I was able to get the heading to work with the following:
Code:
.active-block .featured-title {display:block !important; font-size:26px; bottom:auto; top:0; color:#803e3f; background:none; text-shadow:none;}
i think the issue was that previously I had a top:-20px in there and it was dissapearing above the surrounding div in IE. so the title is showing up now...
however, the heading now looks like its very low resolution. why is that? does IE not recognize the font type? if so, why wouldnt IE just default to some generic font and have it look good??? how can i fix?
please advise. thanks!