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