Howto: Force a browser redraw/repaint
September 24th, 2010
3 comments
Have you ever had the problem that IE (most often in IE6, IE7 and even in IE8) or other browsers just didn’t redraw the content? This happens quite often when CSS properties get changed via JavaScript. There are already some solutions available to solve this problem but most of them just don’t work properly. I’m now going to show you the way it works most often and a solution which I found myself.
Read more…
Categories: HTML / CSS, JavaScript, Tutorials