| 
      Return to Recent Questions Is there a tutorial on how to use css navigation bar 
 
 Q:
 Is there a tutorial on how to use css navigation bar
 
 A:
Unfortunately we don't have step by step tutorial yet.
 We'll try to create it in the nearest time.
 
 1. Create your Css menu in Deluxe Tuner.
 
 When you open Deluxe Tuner you can click "File/New"
and add items and subitems using buttons "Add Item" and "Add Subitem" on
the main window.
 See the parameters for the menu on the main window.
 
 More info about menu parameters you can find on our site
 http://deluxe-menu.com/css-menu/parameters-info.html
 
 You can also use Individual Styles for items and subitems
 http://deluxe-menu.com/individual-item-styles-info.html
 http://deluxe-menu.com/individual-submenu-styles-info.html
 
 2. You should install the menu on your page.
 You can click, for example, File->Save Css Menu/Export HTML
 
 So, you'll have folder with images ("deluxe-css-menu.files/" folder by default),
deluxe-css-menu.html file and deluxe-css-menu.js file with all menu parameters (project file you need, if you want
to modify your menu later).
 
 Open deluxe-css-menu.html file in any text editor and copy several rows of
code into your page (for example index.html page of your website).
 
 Copy and paste several rows into your html page (index.html).
 
 <head>
 ...
 <style>
 ul.cssMenu ul{display:none}
 ul.cssMenu li:hover>ul{display:block}
 ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
 ul.cssMenu ul ul{top:-2px; left:98%}
 ul.cssMenu {
 ...
 ul.cssMenum0 li li {
 margin:0px;
 }
 </style>
 ...
 </head>
 
 You should also copy "deluxe-menu.files/" folder with all images
into the same folder with your index.html page.
 
 More info about installation:
 http://deluxe-menu.com/css-menu/installation-info.html
 Try that.
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is  transparent.
March 14, 2007 - Does your license for css navigation menu need to be tied to a domain name to work?
May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
Sep 28, 2007 - How do I open a PDF document in a new window in css menu navigation?Oct 12, 2007 - I have spanish characters that are not showing up in my css navigation menus correctlyOct 25, 2007 - The css navigation menu is there. But it cannot be seen on the page.Dec 17, 2007 - I do not see any option in css menu bar to open the URL in new window on right-clickDec 19, 2007 - In Firefox, the menu bar css is hidden behind Flash player. Anyway to fix this?Jan 04, 2009 - Is it possible to call a JavaScript function from the dhtml navigation bar?Feb 26, 2009 - Is there any way to puts the word in the lower line in the menu en javascript item? |