Make the js-hidden class work properly in IE.
IE doesn't remove dom nodes when they're display: none, but can't handle visibility well it seems. So use display instead.
Please register or sign in to comment
IE doesn't remove dom nodes when they're display: none, but can't handle visibility well it seems. So use display instead.