|
How would I use the css hover menu submenu to display itself for logged in person
Return to Recent Questions
Q:
How would I use the css hover menu submenu feature to display itself only if a
person is logged in. such as if a person logged in then the member
area would expand, else it would always stay closed with only the
login username section showing?
A:
Unfortunately it is not possible. You can only add items depending on
the logged user.
You should use API functions:
see more info:
http://deluxe-menu.com/functions-info.html
For example, you can use:
function dtreet_ext_insertItem (menuInd, parentItemID, itemInd, itemParams)
function dtreet_ext_deleteItem (menuInd, itemID)
function dtreet_ext_showItem (itemID, visibility)
function dtreet_ext_expandItem (itemID, expand)
Return to Recent Questions
Related:
- March 31, 2009 - Is there any way can we display submenu items on mouse over in horizontal javascript menu?
- Jun 11, 2009 - Can I keep a submenu shown even when my mouse pointer is NOT over dhtml menu sample
- Jul 05, 2009 - My submenu in html submenu is not display at the correct position with Firefox.
- Aug 08, 2009 - I want only one column of submenu in floating menu javascript to be displayed, all other columns should be closed.
- Oct 26, 2009 - If I use Doctype the settings of the submenus in dhtml menu download get lost.
- Nov 20, 2009 - Horizontal flyout menu won't mouseover and won't open the submenus and I have a javascript error...
- Nov 23, 2009 - How I can make submenu of my drop down menu java script to be displayed horizontal instead of vertical?
- Jan 15, 2010 - Can I use an iframe tag inside of the cascading menu submenu instead of simple text?
- May 10, 2010 - If I use doctype the settings of the submenus in mouseover javascript get lost.
|