Hi,
I'm having a problem changing page elements with JS.
I'm trying to change my main page footer and header by using
document.getElementById("mainheader").innerHTML = header ;
the element changes but the CSS doesn't.
what am i doing wrong? is there a way to refresh the CSS design?
thank you,
Guy