Forum Moderators: open
I've been playing around with CSS and Javascript to give visitors to my site the option of changing colour schemes and font-sizes etc, but I've noticed that when changing themes, IE doesn't quite re-flow the page properly, so a refresh is needed.
Is there any way to force a refresh every time a theme is changed?
korkus2000 noticed a small problem with my Javascript (I StickyMailed him the code - too long to post here) that would have meant a refresh would have made the Javascript loop infinitely.
He suggested I have my site controls in a pop-up window, which then refreshes the parent window when closed, and it worked a treat. :)