I'm trying to put the inner scrollbar of a menu in the left side, instead of the default (right side). I've been searching for this feature in Milonic with no results. A friend told me it's a CSS-related issue (?).
Also, I can't achieve displaying an horizontal scrollbar for horizontal menues. Already the menu is big and doesn't fit in the screen.
Code: Select all
with(milonic=new menuname("_MainMenu_")){
style=mainStyle;
top=0;
left=129;
itemheight=32;
orientation="horizontal";
overflow="scroll";
alwaysvisible=1;
...
}
Thanx,
Cro