In IE first tab of tabbed navigation is coming selected but in firefox it is not coming selected.
Return to Recent Questions
Q:
In IE first tab of tabbed navigation is coming selected but in firefox it is not coming selected.
A:
Check the following parameters:
var bselectedItem=0; //top items
var bselectedSmItem=1; //submenus
Notice that all indexes starts with 0.
Return to Recent Questions
Related:
|