Page 1 of 1

css fix ??(for FF 2.0.0.9)

Posted: November 8th, 2007, 4:48 pm
by gmack
Hi !

while using the original GuMax 3.3 i noticed that the menu bar "Main Page Community Portal..." when one choice is selected then the live below is overlay ed.

fix:
change height from 22 to 23 in gumax_template.css
#gumax-p-navigation-wrapper
{
/* border: 1px solid red; /* debuging */
height: 23px;
padding-right: 1px;
}
/gmack