Also if some of you want to hide the vertical scroll bar from IE there is a modification that can be done in the main css files .
1- open the addons\_focus_template_addon\config\css.php
2- change around the line 36 the html tag for
Code:
html {
overflow: auto;
}