"Drop up" menu and menu colors

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
zavodskl
Beginner
Beginner
Posts: 1
Joined: Fri Nov 28, 2003 4:37 am

"Drop up" menu and menu colors

Post by zavodskl »

Hi,

I tried Milonic DHTML menu and browsed through the examples but before I put more time into it I'd like to know two things.

I'm trying to make a menu that opens upwards and has different colors for the cells. Please look at an example of what I'm trying to do at http://www.skl.si .

Is something like this possible with Milonic?

Thanks in advance.
vlerk@chello.nl
Beginner
Beginner
Posts: 6
Joined: Thu Nov 27, 2003 3:53 pm

Post by vlerk@chello.nl »

Yes that is possible. I am developing something like that at http://www.oplijn.nl/sp_mimenu and posted a question at this forum yesteray about width in this situation, maybe you are intersted in those answers aswell.

Code: Select all

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="bottom;center";
itemheight="30";
top="offset=-12";
alwaysvisible=1;
orientation="horizontal";
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

...and has different colors for the cells...
You can specify mouse off backround and font colors, and mouseover background and font colors. It's easy to define these globally, per menu, per menu type, or per menu item.

Kevin
Post Reply