Having problems with DHTML Menu? There is usually somebody here who knows the answer.
-
thuffner
- Beginner

- Posts: 4
- Joined: Mon Mar 10, 2003 3:32 am
Post
by thuffner »
Is there any way to do this? My drop downs are all different widths. It would look a lot more professional if they were the same width...
Thanks in advance!

-
Romeo
- Advanced

- Posts: 25
- Joined: Fri Jul 05, 2002 11:30 pm
Post
by Romeo »
You should be able to use "itemwidth" e.g:
with(milonic=new menuname("about")){_c=1
itemwidth = 200;
borderwidth = 1;
style = mainStyle;
-
thuffner
- Beginner

- Posts: 4
- Joined: Mon Mar 10, 2003 3:32 am
Post
by thuffner »
Where would I put that code?