IE8 shows scrollbars beside each menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
bobbo
Beginner
Beginner
Posts: 1
Joined: Thu Jun 25, 2009 1:28 pm

IE8 shows scrollbars beside each menu

Post by bobbo »

This code works fine in IE7 , but in IE8 I see scrollbars beside each item in my menus... see hereImage ...

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?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: IE8 shows scrollbars beside each menu

Post by Ruth »

Hi,

Actually we do need to see the page to test anything.

Ruth
Post Reply