|
|
If there is an option in the php navigation bar to make all of the top items the same size?
Return to Recent Questions
Q:
If there is an option in the php navigation bar to make all of the top items the same size?
A:
Set width for the items using Individual styles:
var itemStyles=[["itemWidth=100px"],] //style 0
Assign Individual Styles for the menu Items.
var menuItems = [
["Item 1","", "", "", "", "", "0", "", "", "", "", ], //style 0
["Item 2",", "data2.files/icon1.gif", "data2.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style 0
...
You can see more info here:
http://deluxe-menu.com/individual-item-styles-info.html
Return to Recent Questions
Related:
- 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 19, 2006 - I want a javascript toolbar with all the buttons the same length.
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 06, 2006 - Is using search engine friendly code the same as using normal html menu bar for spiders?
- Jan 07, 2007 - Some graphic files need to draw the top-level horizontal menu bar are missing.
- Feb 13, 2007 - How do I make the top html button style to be the same width for each button?
- March 26, 2007 - I cannot see the shadow on the top items in my drop down menu example.
|