hi I found via a search how to make the menu width fit the page but that just makes the menu bar fit the buttons are still little, is there a way to adjust width of buttons on the meu?
Thank you.
			
			
									
						
										
						Menu width...
Hi,
Sure, you'd just use the itemwidth parameter as an item property, that is, you'd put it into the aI string.
You might take a look at the properties page links below my name. A lot of properties can be applied either as a style, a menu, or an item property. Some are properties that only apply in certain areas, so you should check those lists when you want to do something with a particular thing 
 
Ruth
			
			
									
						
										
						Sure, you'd just use the itemwidth parameter as an item property, that is, you'd put it into the aI string.
You might take a look at the properties page links below my name. A lot of properties can be applied either as a style, a menu, or an item property. Some are properties that only apply in certain areas, so you should check those lists when you want to do something with a particular thing
 
 Ruth
Yes, it is. You need to add the itemwidth property to the item width and not the global style, for example:But the ITEMWIDTH changes the width of all items. I was wondering is it possible somehow to customize every singel item
Code: Select all
with(milonic=new menuname("Information")){
style=sub;
aI("itemwidth=200px;text=F.A.Q.;url=faq.htm");
aI("itemwidth=150px;text=whatever;url=whatever.htm;");
}

 I was wondering is it possible somehow to customize every singel item
  I was wondering is it possible somehow to customize every singel item   


 Wow, Vikenk, we must have clicked the submit at exactly the same time
  Wow, Vikenk, we must have clicked the submit at exactly the same time 