Hi all, I need to dynamicaly change css, and I'm doing that by looking at
<div id="page_title">Homepage</div> -> this element
I'm checking its innerHTML if the title is homepage then change style if page name is about change css to this and that etc.
Now this works in ff but not in IE7, what is the work arround this?
I found some links on google but nothing 100 % working and accurate. Can I get some advice on how to do this?
Thank you