|
How I can change the color of the selected menu item in the drop down menus css?
Return to Recent Questions
Q:
In my previous email asking about your drop down menus css ability
to display a different color word on a menu item when the site is
on that selected page, I made a mistake - I was experimenting with
Vista xp1 style, the black/blue shiny dhtml menu templates.
A:
The drop down menus css has only two states normal and mouseover. We'll try to add the pressed state in the future.
You can 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.
Return to Recent Questions
Related:
- March 16, 2009 - How can I change item width in the Vista templates in the dynamic menu using?
- Apr 02, 2009 - Where can I change the font size of the top dynamic menus items?
- Apr 03, 2009 - I would like to change the height of the submenu items in the navigation site...
- Apr 20, 2009 - I need the BG color behind items to be flush with the sides of the drop down menu navigation.
- Jun 03, 2009 - Is it possible for the slide menu javascript to highlight selected item on the page?
- Jun 15, 2009 - Is it possible to change the position of a menu item in the javascript menu sample?
- Jun 17, 2009 - I want to have a different font and color for my web site menu submenu items...
- Jul 30, 2009 - I need the cursor not to change when hovering over items which don't have links in dhtml expandable menu
- Aug 16, 2009 - I cannot change the background color of the css pop up menus
- Aug 21, 2009 - Is there a way in the onmouseover javascript dhtml menu maker to change preview screen color?
- Aug 23, 2009 - When I roll over the script pull down menu the font color doesn't change
|