Search found 4 matches

by dux
Wed Nov 12, 2003 1:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Item width and height problems
Replies: 14
Views: 7450

Ok, thanks everyone... particularly kevin3442 :)

All my strange behaviour has now stopped. The reason? The 'c_' naming convention. I don't know why, but as soon as I changed the way the menu names were generated (the menus are created on-the-fly, you see), everything just magically worked.

Things ...
by dux
Tue Nov 11, 2003 6:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Item width and height problems
Replies: 14
Views: 7450

Well, that's what I thought... but I've just got them working by NOT having them there. They only seem to have any effect when I put them in:

with(milonic=new menuname("mainmenu2")){_c=1
style = mainStyle;
screenposition="top;left"
alwaysvisible = 1;
orientation="vertical";
itemwidth=111 ...
by dux
Tue Nov 11, 2003 6:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Item width and height problems
Replies: 14
Views: 7450

Ok, I've solved the first problem by moving the 'itemwidth' property from within the aI tag, to where the main menu is created.

However, I've still got the problem with adjusting the height on the sub-menu items on the vertical menu. Any ideas?

Also, I'm having problems getting the sub-menu ...
by dux
Tue Nov 11, 2003 12:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Item width and height problems
Replies: 14
Views: 7450

Item width and height problems

Hi all,

I'm working on a site with two Milonic menus on each page (a 'top' horizontal menu, and a 'left' vertical menu).

Although the menus are both working as such, I'm having different problems with both. Firstly, with the top menu I would like each item to have the same width (122 pixels ...