
If a normal menu looks like
____ _____
|One|| Two |
I wanted to looked like
________
|One|Two |
Haven't actually tried this yet, but wanted to know if it is possible?
Thanks in advance
Yes, that's what i was talking about.If you are talking about menu items overlapping, that's not possible.
Code: Select all
with(milonic=new menuname("Retrieve_nav")){ alwaysvisible=1; position="relative"; orientation="horizontal"; style=sectionMenuStyle left=20;
aI("image=image_one.jpg"); aI("showmenu=Retrieve_link;image=image_two.jpg;");
}
with(milonic=new menuname("Retrieve_link")){ orientation="vertical";
style=mainStyle;
left=162;
top="offset=-25";
overflow="scroll";
aI("text=None");
}
drawMenus();