css fix ??(for FF 2.0.0.9)

If you are having problems with GuMax, post here.
Post Reply
User avatar
gmack
Rank 2
Rank 2
Posts: 12
Joined: November 4th, 2007, 3:24 pm

css fix ??(for FF 2.0.0.9)

Post 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
Post Reply