I have a page where there is a column and a content div, somewhat like this:
blahblahblah
Another workaround which worked for me and had no flickering effect was to add and remove a dummy CSS class name, like this using jQuery:
$(element).toggleClass('damn-you-ie')