|
When using the menu drop down javascript the third item seems to have a mind of its own..
Return to Recent Questions
Q:
When using the menu drop down javascript the third item in the second tab seems to
have a mind of its own. It won't take the attributes of all other tabs.
Have tried to force it by creating an individual style just for that
button...but that doesn't work either.
Have spent (wasted) much time trying to get this to work.à What is
the problem? Very frustrated.
A:
This tab differs from other tabs because it is selected tab. You've
set:
var bselectedSmItem=10;
You can try to set it in the following way:
var bselectedSmItem=0;
Return to Recent Questions
Related:
- Jun 03, 2009 - Is it possible for the menu dynamique javascript to highlight selected item on the page?
- Oct 28, 2009 - I want to highlight the selected menu item of the menus popup.
- Nov 12, 2009 - How do I highlight main cascading menu items when I selected a main category?
- Jan 05, 2010 - ..sub-items of my javascript example are all listed on the same line as the tabs
- Jan 14, 2010 - I can't highlight the selected drop down menu templates item of the current page.
- Jan 25, 2010 - How I can style all horizontal dropdown menu items to have font bold when selected?
- Jan 25, 2010 - Can a dhtml menu build item that expands the submenu items when selected work as link?
- March 30, 2010 - When I click on the menus horizontal always only one tab is selected.
- April 1, 2010 - How I can change the color of the selected menu item in the css dynamic menus?
- May 30, 2010 - I need to be able to highlight the selected menu item of the menus in css.
- January 21, 2011 - Do you have example of loading menu items from a sql database in dynamic context menu using ASP?
|