|
|
Is there a way to specify font styles escpecailly a hanging indent on the text of the navigation menubar
Return to Recent Questions
Q:
Is there a way to specify certian font styles escpecailly a hanging indent on the text of the navigation menubar?
A:
You should use Individual styles, for example:
var itemStyles = [
["fontStyle=bold 12px Arial,Helvetica", "fontDecoration=none,underline"], // style 0
["fontStyle=normal 12px Arial,Helvetica", "fontDecoration=underline,underline"], // style 1
["fontStyle=normal 14px Arial,Helvetica", "fontDecoration=none,none"], // style 2
];
And assign styles to your items:
var menuItems = [
["1 Item","index.php","","","","_self","0",,,],
["2 Item","","","","","_self","1",,,],
["|Submenu Item","","","","","_self","2",,,],
...
Return to Recent Questions
Related:
- Nov 30, 2006 - How to select the font and backcolors in java menubar using the hexidecimal number?
- Feb 15, 2007 - I can see only the code generated by the GUI tool.How should I install html menus?
- Aug 19, 2009 - I'm curious to know if this dhtml menu cross frame work with frames. Are there any limitations regarding frames?
- Dec 08, 2009 - Is there a way to specify certian font styles escpecailly a hanging indent on the text of the javascript menu scroll?
- July 5, 2010 - How to get the individual menu styles to be applied to any of my items for the navigation bar through the Deluxe Tuner.
- August 28, 2010 - Can I set up Individual Styles for the navigation bar menu using Deluxe Tuner?
- September 21, 2010 - Would it be possible to introduce more font decoration to the mouseover variables for the horizontal navigation?
- October 20, 2010 - How to include the search box in the navigation menubar?
- October 21, 2010 - Is there a way to programmatically specify which tab is selected in the html tabs navigation?
- November 5, 2010 - How do I change the font style for menus to bold, but leave the sub-menus normal in the html navigation bar?
|