I have a page where there is a column and a content div, somewhat like this:
blahblahblah
If you are worried about getting a flicker from showing and hiding divCol you can ajust another css property and it will have the same effect e.g.
var divCol = document.getElementById('column'); divCol.style.zoom = '1'; divCol.style.zoom = '';