
The small white areas with scrollbars are the meu names and they should just have the name of the section overlaid on the background, the same way the menu items above them do , eg Headline News or Clipboard ..
here is the code I use for my menus
with(milonic=new menuname("SECTION-noquotes")){
alwaysvisible=1;
left=#LEFTPOS#;
orientation="horizontal";
menuheight="10px";
menualign="center";
style=secHeadStyle;
closeAllOnClick=1;
top=110;
zindex=2;
//starts at 96 and is scaled down
aI("showmenu=S-SECTION-noquotes;text=#SECTION#;url=javascript:setposPages('#PAGEOFFSET#','#NAVOFFSET#','#PAGENO-noleadzero#',true);");
}
Can anyone suggest anything?