View Single Post
  #126  
Old 05-15-2008, 12:53 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
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;
}
Reply With Quote