On this page's left nav (see apple), you'll notice a one pixel black line (bgcolor set to black so you can see what I'm talking about). The imagewidths and menuwidths are 143, yet a screen shot proves the Milonic menu is setting the menu at 144 wide.
So, where is this extra pixel coming from?? Any takers?
Additionally, itemproperty: imagealign does not seem to work anymore... moderators?
I'm using IE6, Win2000, Version 5.31a - Built: Friday July 2 2004 - 10:43
Thx!
Code: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=145;
left=10;
menuwidth=143;
alwaysvisible=1;
orientation="vertical";
align="left";
aI("image=images/nav/left/top.gif;imagewidth=143;imageheight=73;");
aI("image=images/nav/left/learn_more.gif;imagewidth=143;imageheight=14;");
aI("image=images/nav/left/top_nav.gif;");
aI("image=images/spacer.gif;imagewidth=143;imageheight=14;bgimage=images/bkgd/left_nav.gif");
}
Code: Select all
with(menuStyle=new mm_style()){
offbgcolor="#000000";
}