The vertical separators between the menu titles have disappeared in the horizontal part of my menu.
I installed the latest version and the verticals have gone. See here:
http://www.flashlightreviews.com/index1.html
Code: Select all
_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_subOffsetTop=5 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
var sub1TopOffset = 2;
var sub1LeftOffset = 0;
with(menuStyle=new mm_style()){
onbgcolor="#EEECCD";
oncolor="#6b1010";
offbgcolor="#6B1010";
offcolor="#FFFFFF";
bordercolor="#AAAAAA";
borderstyle="raised";
borderwidth=2;
separatorsize="2";
padding=3;
fontsize="10pt";
fontfamily="ariel, sans-serif";
fontweight="bold";
high3dcolor="#AAAAAA";
low3dcolor="#000000";
swap3d="true";
}
with(milonic=new menuname("Reviews")){
top = "offset=" + sub1TopOffset;
left = "offset=" + sub1LeftOffset;
style=menuStyle;
...
...
...
I don't know anthing about CSS styles, etc, and I just slapped this menu together without really knowing what I'm doing, but it's been working pretty well until this last update.
Thanks in advance!
Doug