Font size:
Apache Forrest Notes
Avoid Menu Flicker in IE
Usage of the original pelt skin may under some circumstances reveal a IE rendering bug: When reloading a page or scrolling the left side menu off the screen and scrolling it back in, the menu colors can seem distorted.
Adding the following two lines to {PROJECT_HOME}\src\documentation\skinconf.xml helps to avoid the problem:
...
#menu .menupagetitle { position: relative;}
#menu .menupageitemgroup { position: relative;}
...
There are no known negative side effects of these formatting instructions.

