|
When using the net dhtml menu the third item seems to have a mind of its own..
Return to Recent Questions
Q:
When using the net dhtml menu 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 hover menu to highlight selected item on the page?
- Oct 28, 2009 - I want to highlight the selected menu item of the css menu hover.
- Nov 12, 2009 - How do I highlight main list menu html items when I selected a main category?
- Jan 05, 2010 - ..sub-items of my javascript submenu are all listed on the same line as the tabs
- Jan 14, 2010 - I can't highlight the selected menu dinamico javascript item of the current page.
- Jan 25, 2010 - How I can style all drop down menu over items to have font bold when selected?
- Jan 25, 2010 - Can a dhtml drop menu item that expands the submenu items when selected work as link?
- March 30, 2010 - When I click on the vertical menu always only one tab is selected.
- April 1, 2010 - How I can change the color of the selected menu item in the javascript menu examples?
- May 30, 2010 - I need to be able to highlight the selected menu item of the java script dropdown menu.
- January 21, 2011 - Do you have example of loading menu items from a sql database in javascript popup code using ASP?
|