We were trying to control the width between flash dropdown menu items.
Return to Recent Questions
Q:
I wanted to ask a question about your software, we just purchased the
multi license for Deluxe flash dropdown menu. We were trying in many ways to
control the width between the words
We were trying to control the width between Europe, North
America, Latin America, Asia, Oceania, Africa
We wanted to set the width as 16% to make them all equal with a
100% width flash dropdown menu but it did not work out for us. We tried to do it
with creating an Individual style in the Item Style for all the top
links. Can you please advise how are we supposed to achieve that?
A:
Unfortunately it is not possible to set now:
var menuWidth="100%";
var itemStyles = [
["itemWidth=16%"],
];
To set the exact width for all flash dropdown menu items you should set width in 'px'.
var menuWidth="798px";
var itemStyles = [
["itemWidth=133px"],
];
Return to Recent Questions
Related:
- Sep 02, 2006 - Little vertical spacers between menu items in the drop down menu.
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Oct 01, 2006 - All of the items in html pull down menu are different sizes.
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Nov 03, 2006 - I want to use a Flash icon with sound next to the menu items in javascript list menu...
|