RE: independently setting menu widths
"Kevin Clements" <[email protected]> Mon, 28 Jul 2003 15:21:05 -0500
| Newsgroups | gmane.comp.web.milonic |
|---|---|
| Message-ID | <000901c35545$c5effe50$1600a8c0@kevin> |
Hi Mark, I assume you mean in a horizontal main menu... unfortunately, you can't control the width of each menu item in a horizonal menu in version 3. The menu array's Width element (the 4th element in the array) specifies the width of each item in the menu; there is no per-item setting. What you want to do is, however, possible using version 5 of the menu, now past beta testing and in release candidate 3. There is a per-item parameter called "itemwidth" that defines the width of each menu item. You can download version 5 at the following URL: http://www.milonic.com/v5_rc3/menu.htm Good luck, Kevin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Sanders (Cognitia Studios) Sent: Thursday, July 24, 2003 3:36 AM To: [email protected] Subject: [Milonic] independently setting menu widths Is there any way to independently set the width of each of the main menu items. That is, I need some to be longer and some shorter. I see that they set their widths dependent upon the text, but I actually want to be able to set their widths so that overall the menu takes us a predetermined amount of space. This is so it could fit nicely inside a table cell. Any help appreciated. Regards, Mark