HOWDY to everybody,
Im new in website designing, I possess a website that I’m updating www. sudansof. org the problem is the submenus are show up one line below the primary menus you can view it on the particular website, I realize that the problem is the script (correct my family if Im incorrect ) could someone tell me what can i change so the actual submenus appear inside same line considering the main menus, I’ll send the pieces of software.
Thank you in advance
Always save duplicates of any file(s) before you decide to change them…
Save a copy in the safe place (in a new directory).
Not one but two changes…
Within your main " index" report, change all on the lines that employ MM_showmenu…
Change the 18 into a 0…
< any href=" javascript:; " onMouseOver=" MM_showMenu(window. mm_menu_0908025733_0, 177,, null, ‘image1’)" onMouseOut=" MM_startTimeout(); " >
Reason:
Which 18 is telling it to offset vertically 18 pixels.
You don’t want to offset it by any means, so make these 0.
That 177 offsets flat by 177 pixels, so it
puts it off towards right (which is usually correct).
==============
In the file called " mm_menu. js", change the 2 main lines highlighted below…
Take out " sx" in addition to " sy" and set up these two amounts…
this specific. menuHiliteBgColor = bgh;
this specific. menuContainerBgColor = " #cccccc";
this specific. childMenuIcon = " arrows. gif";
this specific. submenuRelativeToItem = srel;
this specific. vertical = vert;
this specific. items = brand new Array();
Reason:
These variables are defined once you call the functionality.
All menus shall be offset the exact, so remove " sx" in addition to " sy"
in addition to define them your self. Offset vertically 0 (no offset),
and push it towards right slightly, through 3 pixels.
.
Howdy Malseim
Thank you very much my partner and i made the changes plus the problem was solved