Forum Moderators: open
document.getElementById("newsheader").style.filter="alpha(opacity=100)";
newsheader is the id on a div that contains the text I'm changing.
I've actually went in and made this the only line to be executed and it's definitely the cause of my problems. Is the max opacity not originally 100 that's the only thing I can think of as to why it does this.
Thanks to seanpowell for finding this.