|
|
Navigation bar code should indicate with on which page me just considers..
Return to Recent Questions
Q:
Navigation bar code should indicate with on which page I me just considers.. (with another
colour of the font of the active Link from the navigation, or an underline, bolder font, ...).
A:
Deluxe Menu has only two states normal and mouseover,
but you can highlight menu items in two ways:
Try to do the following things:
- delete var pressedItem=1; parameter from your data file
- set correct parameter on each page before you call data file,
for example:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript" src="menudir/dmenu.js"<>/script<
>script type="text/javascript"<var pressedItem=3;>/script<
...
<script type="text/javascript" src="menudir/data.js"></script>
You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem.
You can't get this ID after you reload your page. That is why you should write your own code on PHP.
You can find more info here:
http://www.deluxe-menu.com/highlighted-items-sample.html
Return to Recent Questions
Related:
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 12, 2006 - Is this menu bar code compatible under Linux?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 04, 2006 - With the licensed .js files of menu dhtml the status bar on IE shows "Error on page".
- Dec 06, 2006 - Is using search engine friendly code the same as using normal html menu bar for spiders?
- Dec 15, 2006 - I can't see floating menubar on my test page only direct links...
- Feb 10, 2007 - I do not want to change every page each time I need to change html vertical bar
- March 18, 2007 - Is there a template that allows me to have a standard windows tree control menu
- April 09, 2007 - We have status bar errors that say: "Done, but with errors on page" in menus html
- May 03, 2007 - How to get the javascript menu bar to highlight and stay on the page you're viewing
|